From: Sandro Santilli Date: Wed, 14 Oct 2015 06:47:46 +0000 (+0000) Subject: 80 cols wrap, indent X-Git-Tag: 2.3.0beta1~427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3561e8386340feb9281045fa601567a93443b516;p=postgis 80 cols wrap, indent Mostly serves as a test for updating tickets via commit message, see #3330 git-svn-id: http://svn.osgeo.org/postgis/trunk@14273 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.postgis b/README.postgis index 5f7ccc484..a2d767517 100644 --- a/README.postgis +++ b/README.postgis @@ -75,15 +75,15 @@ this to work. apt-get install libjson0-dev -* GDAL (Optional, Version 1.8.0 or higher 1.9+ is strongly recommended) needed for raster support - Also needed to install PostGIS using CREATE EXTENSION postgis; syntax +* GDAL (Optional, Version 1.8.0 or higher 1.9+ is strongly recommended) GDAL (http://gdal.org) is *required* if you want to compile PostGIS - with raster support. To compile without raster support you - must ``./configure --without-raster`` + with raster or extension support. To compile without raster support you + must ``./configure --without-raster`` (also disables extension) * CGAL 4.1+ and SFCGAL (Optional) needed for advanced 3D support -https://github.com/Oslandia/SFCGAL + + https://github.com/Oslandia/SFCGAL CONFIGURATION