]> granicus.if.org Git - postgis/commitdiff
80 cols wrap, indent
authorSandro Santilli <strk@keybit.net>
Wed, 14 Oct 2015 06:47:46 +0000 (06:47 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 14 Oct 2015 06:47:46 +0000 (06:47 +0000)
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

README.postgis

index 5f7ccc4845f99ad2012fb9ca7982e064b40d3a3d..a2d76751701d96ba4da34f6a5531bd59395dea07 100644 (file)
@@ -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