[postgis-commits] svn - r3301 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Nov 19 05:40:02 PST 2008


Author: robe
Date: 2008-11-19 05:40:00 -0800 (Wed, 19 Nov 2008)
New Revision: 3301

Modified:
   trunk/doc/installation.xml
Log:
update doc on install to reference geos 3.0.3

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2008-11-17 17:30:53 UTC (rev 3300)
+++ trunk/doc/installation.xml	2008-11-19 13:40:00 UTC (rev 3301)
@@ -174,9 +174,9 @@
 		
 		<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



More information about the postgis-commits mailing list