From: Sandro Santilli Date: Wed, 8 Feb 2017 13:25:12 +0000 (+0000) Subject: Add notes about dependency requirements for ST_AsMVT X-Git-Tag: 2.4.0alpha~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d977a1e486494769eb7e69a7359482c406d2785a;p=postgis Add notes about dependency requirements for ST_AsMVT Patch by Björn Harrtell git-svn-id: http://svn.osgeo.org/postgis/trunk@15308 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 851751215..8b8c812e0 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -206,6 +206,14 @@ psql -d yourdatabase -f sfcgal_comments.sql + + + To enable ST_AsMVT protobuf-c library (for usage) and the protoc-c compiler (for building) are required. + Also, pgk-config is required to verify the correct minimum version of protobuf-c. + See protobuf-c. + + + CUnit (CUnit). This is needed for regression testing. http://cunit.sourceforge.net/