Changes between Version 8 and Version 9 of UsersWikiPostGIS24Debian9src


Ignore:
Timestamp:
Nov 8, 2017, 12:15:41 PM (6 years ago)
Author:
chrismarx
Comment:

include instructions for compiling with protobuf support

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS24Debian9src

    v8 v9  
    3232sudo make install
    3333cd ..
     34}}}
     35
     36=== Optional - Add protobuf support for vector tiles ===
     37To optionally add support for vector tiles, build protobuf dependencies as well:
     38{{{
     39sudo apt-get install autoconf automake libtool curl make g++ unzip
     40cd ~/git
     41git clone https://github.com/google/protobuf.git
     42cd protobuf
     43./autogen.sh
     44./configure
     45make
     46make check
     47sudo make install
     48sudo ldconfig
    3449}}}
    3550