From: Sandro Santilli Date: Wed, 7 Mar 2012 09:16:06 +0000 (+0000) Subject: Update REQUIREMENTS section, add JSON-C (#1660) X-Git-Tag: 2.0.0beta2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc957d0c48facf3fccb38f4ddefd45ce87b2e34e;p=postgis Update REQUIREMENTS section, add JSON-C (#1660) git-svn-id: http://svn.osgeo.org/postgis/trunk@9416 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.postgis b/README.postgis index 9e2889aea..5e6ebfdae 100644 --- a/README.postgis +++ b/README.postgis @@ -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: