]> granicus.if.org Git - postgis/commitdiff
update ReadMe to include SFCGAL and preferred versions of GEOS/GDAL/CGAL. Put pretty...
authorRegina Obe <lr@pcorp.us>
Sat, 11 May 2013 02:14:06 +0000 (02:14 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 11 May 2013 02:14:06 +0000 (02:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11413 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis
doc/installation.xml

index 12454e9189000865002e6b99c94f60681eba287c..63e71b6e299833b784276e9cc17f448076625b0c 100644 (file)
@@ -3,7 +3,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
 
 :Version: 2.1.0
 :Date: 2013-MM-DD
-:Website: http://postgis.org
+:Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
 the features to R-tree indexing, and provides many spatial functions for
@@ -46,7 +46,8 @@ this to work.
 
     http://trac.osgeo.org/proj/
 
-* GEOS (Required, Version 3.3.0 or higher):
+* GEOS (Required, Version 3.3.0 or higher 
+  - 3.4+ is strongly recommended and needed for full features):
 
   The GEOS library provides support for exact topological tests such as
   ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as
@@ -64,6 +65,7 @@ this to work.
 * GNU gettext
 
    The loader, and hence PostGIS, requires GNU gettext 0.14 or higher
+   for translation support
    (typically in libc on GNU/Linux, in which case 0.17 is required).
 
 * JSON-C (Optional, Version 0.9 or higher)
@@ -76,11 +78,15 @@ this to work.
 
     apt-get install libjson0-dev
 
-* GDAL (Optional, Version 1.6.0 or higher)
+* 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 (http://gdal.org) is *required* if you want to compile PostGIS 
   with raster support.  To compile without raster support you 
   must ``./configure --without-raster``
+  
+* CGAL 4.1+ and SFCGAL (Optional) needed for advanced 3D support
+https://github.com/Oslandia/SFCGAL
 
 
 CONFIGURATION
@@ -117,6 +123,9 @@ If you want to compile PostGIS *without* Raster support, you must provide the
 If you want to compile PostGIS *without* Topology support, you must provide the
 ``--without-topology`` option.
 
+PostGIS will be compiled with sfcgal support if it is found.  You can explicitly
+state the location with --with-sfcgal=path/to/sfcgal
+
 See ``./configure --help`` for more options.
 
 
index e9567b57e13b84e9e0e8c6a9a0c11f0dcdadf398..a66fcaeb0c895c944b567fb5b67a0429b52bbdad 100644 (file)
@@ -6,7 +6,7 @@
        This chapter details the steps required to install PostGIS.
   </para>
 
-  <sect1>
+  <sect1 id="install_short_version">
        <title>Short Version</title>
        <note><para>The raster support is currently optional, but installed by default. For installing using the PostgreSQL 9.1+ extensions model it is required.
        Please refer to <xref linkend="make_install_postgis_extensions" /> if you are using PostgreSQL 9.1+.</para></note>
@@ -45,7 +45,7 @@ in the docs folder
        </para>
   </sect1>
 
-  <sect1>
+  <sect1 id="install_requirements">
        <title>Install Requirements</title>
 
        <para>
@@ -209,7 +209,7 @@ in the docs folder
        </itemizedlist>
   </sect1>
 
-  <sect1>
+  <sect1 id="install_getting_source">
        <title>Getting the Source</title>
 
        <para>