From: Regina Obe Date: Tue, 30 Apr 2013 03:35:10 +0000 (+0000) Subject: clarify under what conditions you can compile without GDAL X-Git-Tag: 2.1.0beta2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab2bbdfc99662da1a803b5075b3f6e1aa4abfe3a;p=postgis clarify under what conditions you can compile without GDAL git-svn-id: http://svn.osgeo.org/postgis/trunk@11329 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 125a19b35..f638569d9 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -129,7 +129,7 @@ in the docs folder - GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since some things will not work well or behavior differently with lower versions). This is required for raster support. + GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since some things will not work well or behavior differently with lower versions). This is required for raster support and to be able to install with CREATE EXTENSION postgis so highly recommended for those running 9.1+. http://trac.osgeo.org/gdal/wiki/DownloadSource. @@ -140,6 +140,11 @@ in the docs folder + + + GDAL (pseudo optional) only if you don't want raster and don't care about installing with CREATE EXTENSION postgis can you leave it out. + + GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader.