From: Regina Obe Date: Thu, 24 Nov 2011 03:14:49 +0000 (+0000) Subject: Amend installation instructions to include json-dir configure option X-Git-Tag: 2.0.0alpha1~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7b660caa1490a34a8a17df41de77c053bbfa77e;p=postgis Amend installation instructions to include json-dir configure option git-svn-id: http://svn.osgeo.org/postgis/trunk@8233 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index a2c88d4c5..be194768f 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -394,6 +394,19 @@ tar -xvzf postgis-&last_release_version;.tar.gz + + + --with-jsondir=DIR + + + JSON-C is an MIT-licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this + parameter (--with-jsondir=/path/to/jsondir) to + manually specify a particular JSON-C installation directory that + PostGIS will build against. + + + + --with-gui