From 642471e543f2963407582422a95f63acbae1cf3c Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Sat, 2 Aug 2008 22:03:57 +0000 Subject: [PATCH] Add a download reference for Apache Ant, plus fix a couple more typos. git-svn-id: http://svn.osgeo.org/postgis/trunk@2912 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 7e42b28df..152b6750c 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -48,7 +48,7 @@ (Recommended) Apache Ant (ant). Required for - building any of the drivers under the java directory. + building any of the drivers under the java directory. Ant is available for download from http://ant.apache.org. @@ -102,14 +102,14 @@ PostgreSQL provides a utility called pg_config to enable extensions like PostGIS to locate the PostgreSQL installation directory. If ./configure didn't find pg_config, - try using the --with-pgconfig=/path/to/pg_config switch specify a specific + try using the --with-pgconfig=/path/to/pg_config switch to specify a particular PostgreSQL installation. Proj4 is now required in order to build and use PostGIS. If ./configure didn't find the Proj4 library, - try using the --with-projdir=/path/to/projdir switch specify a specific + try using the --with-projdir=/path/to/projdir switch to specify an alternative Proj4 installation directory. @@ -117,7 +117,7 @@ GEOS is now required in order to build and use PostGIS. If ./configure didn't find it, try using the --with-geosconfig=/path/to/geos-config switch to specify the full path - to the geos-config program. + to the geos-config program. -- 2.50.1