]> granicus.if.org Git - postgis/commitdiff
update doc on install to reference geos 3.0.3
authorRegina Obe <lr@pcorp.us>
Wed, 19 Nov 2008 13:40:00 +0000 (13:40 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 19 Nov 2008 13:40:00 +0000 (13:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3301 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index d4a6fef7cb67723805114af6b3b7538ca4aa618f..822723dd1e77f4410150584c5379b688f46dc6c2 100644 (file)
@@ -174,9 +174,9 @@ cd ..</programlisting>
                
                <listitem>
                        <para>If you are missing geos based on above or running a version below 3.0, then install by following these steps.</para>
-                       <programlisting>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
+                       <programlisting>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 &amp;&amp; make clean &amp;&amp; make
 make install
 ldconfig