From: Regina Obe Date: Wed, 19 Nov 2008 13:40:00 +0000 (+0000) Subject: update doc on install to reference geos 3.0.3 X-Git-Tag: 1.4.0b1~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00c3b6dbc913e64926ebe78ef2647d0f0428ab9d;p=postgis update doc on install to reference geos 3.0.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@3301 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index d4a6fef7c..822723dd1 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -174,9 +174,9 @@ cd .. If you are missing geos based on above or running a version below 3.0, then install by following these steps. - wget http://download.osgeo.org/geos/geos-3.0.0.tar.bz2 -tar xvjf geos-3.0.0.tar.bz2 -cd geos-3.0.0 + wget http://download.osgeo.org/geos/geos-3.0.3.tar.bz2 +tar xvjf geos-3.0.3.tar.bz2 +cd geos-3.0.3 ./configure && make clean && make make install ldconfig