]> granicus.if.org Git - postgis/commitdiff
Update REQUIREMENTS section, add JSON-C (#1660)
authorSandro Santilli <strk@keybit.net>
Wed, 7 Mar 2012 09:16:06 +0000 (09:16 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 7 Mar 2012 09:16:06 +0000 (09:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9416 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis

index 9e2889aea2a3fbd15ab2089a7a7a49568a04008e..5e6ebfdae460dce4d29e4ef6b2f054fefce0ca19 100644 (file)
@@ -35,27 +35,28 @@ Directory structure:
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 8.3 and above.
+PostGIS is compatible with PostgreSQL 8.4 and above.
 
 You *must* have the full PostgreSQL - including server headers - installed
 for this to work. 
 
-* PROJ4 SUPPORT (Required, Version 4.5.0 or better): 
+* PROJ4 SUPPORT (Required, Version 4.6.0 or higher): 
 
   The Proj4 reprojection library is required if you want to use the 
   transform() function to reproject features within the database.
 
     http://trac.osgeo.org/proj/
 
-* SPATIAL PREDICATE / GEOS SUPPORT (Required, Version 3.1.1 or better):
+* SPATIAL PREDICATE / GEOS SUPPORT (Required, Version 3.2.2 or higher):
 
   The GEOS library provides support for exact topological tests
   such as Touches(), Contains(), Disjoint() and spatial operations
-  such as Intersection(), Union() and Buffer().  
+  such as Intersection(), Union() and Buffer(). GEOS 3.3.2 or higher
+  is recomended. 
 
     http://trac.osgeo.org/geos/
 
-* XML SUPPORT (Required): 
+* XML SUPPORT (Required, Version 2.5.0 or higher): 
 
   The LibXML2 library is required to use the ST_GeomFromGML() and 
   ST_GeomFromKML() functionality.
@@ -67,6 +68,16 @@ for this to work.
    The loader, and hence postgis, requires GNU gettext 0.14 or higher
    (typically in libc on GNU/Linux, in which case 0.17 is required).
 
+If you want to compile PostGIS with GeoJSON support, you additionally 
+must have installed:
+
+* JSON-C (Version 0.9 or higher)
+
+  JSON-C is currently used to import GeoJSON via the function
+  ST_GeomFromGeoJson. JSON-C is available for download from
+
+    http://oss.metaparadigm.com/json-c/.
+
 If you want to compile PostGIS with raster support, you additionally 
 must have installed: