From ab2bbdfc99662da1a803b5075b3f6e1aa4abfe3a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 30 Apr 2013 03:35:10 +0000 Subject: [PATCH] clarify under what conditions you can compile without GDAL git-svn-id: http://svn.osgeo.org/postgis/trunk@11329 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. -- 2.50.1