]> granicus.if.org Git - postgis/commitdiff
Extra information per Greg Troxel
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Feb 2010 17:44:18 +0000 (17:44 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Feb 2010 17:44:18 +0000 (17:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5189 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis

index 1017c939244d87dfb5f02a501927e079f31e16ff..fe6aac9bd5518ba2fb74d5824ea8e658bbc098ca 100644 (file)
@@ -25,7 +25,7 @@ Directory structure:
                 Shape files.
   ./utils       Utility scripts for PostGIS (upgrade, profiling, ...)
   ./extras      Various pieces that didn't belong to mainstream
-               (package management specfiles, WFS_locks, sample wkb parser)
+                   (package management specfiles, WFS_locks, sample wkb parser)
   ./regress     Regression tests
                
 
@@ -34,11 +34,9 @@ REQUIREMENTS
 
 PostGIS is compatible with PostgreSQL 8.3 and above.
 
-You *must* have full PostgreSQL - including server headers - installed
+You *must* have the full PostgreSQL - including server headers - installed
 for this to work. 
 
-SEE THE NOTE ON GEOS SUPPORT BELOW FOR SPECIAL COMPILATION INSTRUCTIONS
-
 * PROJ4 SUPPORT (Required): 
 
   The Proj4 reprojection library is required if you want to use the 
@@ -54,6 +52,13 @@ SEE THE NOTE ON GEOS SUPPORT BELOW FOR SPECIAL COMPILATION INSTRUCTIONS
 
     http://trac.osgeo.org/geos/
 
+* XML SUPPORT (Required): 
+
+  The LibXML2 library is required to use the ST_GeomFromGML() and 
+  ST_GeomFromKML() functionality.
+
+    http://xmlsoft.org/
+
 
 CONFIGURATION
 -------------
@@ -83,6 +88,7 @@ See ./configure --help for more options.
 BUILD
 -----
 
+PostGIS uses the GNU make (aka gmake) for building. 
 To build PostGIS library and utilities, as postgres run:
 
   make