From d977a1e486494769eb7e69a7359482c406d2785a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 8 Feb 2017 13:25:12 +0000 Subject: [PATCH] Add notes about dependency requirements for ST_AsMVT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Björn Harrtell git-svn-id: http://svn.osgeo.org/postgis/trunk@15308 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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/ -- 2.50.1