Changes between Version 8 and Version 9 of UsersWikiPostGIS24Debian9src
- Timestamp:
- 11/08/17 12:15:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS24Debian9src
v8 v9 32 32 sudo make install 33 33 cd .. 34 }}} 35 36 === Optional - Add protobuf support for vector tiles === 37 To optionally add support for vector tiles, build protobuf dependencies as well: 38 {{{ 39 sudo apt-get install autoconf automake libtool curl make g++ unzip 40 cd ~/git 41 git clone https://github.com/google/protobuf.git 42 cd protobuf 43 ./autogen.sh 44 ./configure 45 make 46 make check 47 sudo make install 48 sudo ldconfig 34 49 }}} 35 50