From 7cc28c272ae92b21eb53b506fdab3a8e9614da2a Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 2 Feb 2010 17:44:18 +0000 Subject: [PATCH] Extra information per Greg Troxel git-svn-id: http://svn.osgeo.org/postgis/trunk@5189 b70326c6-7e19-0410-871a-916f4a2858ee --- README.postgis | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.postgis b/README.postgis index 1017c9392..fe6aac9bd 100644 --- a/README.postgis +++ b/README.postgis @@ -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 -- 2.50.1