From 33a236b1eba055c9b5c3ea5b9b3fe8ed7e563862 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 20 Jul 2001 23:27:21 +0000 Subject: [PATCH] Change version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@26 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 1c8038eff..806c11ecb 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -57,18 +57,18 @@ functions. The PostGIS module is a extension to the PostgreSQL backend server. As such, PostGIS requires a full copy of the PostgreSQL source tree in order to compile. The PostgreSQL source code is available athttp://www.postgresql.org. -PostGIS 0.2 has been built and tested against PostgreSQL 7.1.2. It +PostGIS 0.5 has been built and tested against PostgreSQL 7.1.2. It will probably work with any of the 7.1.x versions. It will not work with any version prior to 7.1. Before you can compile the postgis server modules, you must compile and install the PostgreSQL package. -Retrieve the PostGIS source archive from http://postgis.refractions.net/postgis-0.2.tar.gz. Uncompress and untar the +Retrieve the PostGIS source archive from http://postgis.refractions.net/postgis-0.5.tar.gz. Uncompress and untar the archive in the "contrib" directory of the PostgreSQL source tree.cd [postgresql source tree]/contrib -zcat postgis-0.2.tar.gz | tar xvf - +zcat postgis-0.5.tar.gz | tar xvf - Once your PostgreSQL installation is up-to-date, enter the - "postgis" directory, and run the compile and install commands. cd ./postgis-0.2 + "postgis" directory, and run the compile and install commands. cd ./postgis-0.5 make make install -- 2.49.0