[postgis-commits] svn - r2981 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Sep 17 21:22:08 PDT 2008
Author: kneufeld
Date: 2008-09-17 21:22:07 -0700 (Wed, 17 Sep 2008)
New Revision: 2981
Modified:
trunk/doc/installation.xml
Log:
commit to test autobuild process and svn hooks
- removed extra tabs from preformatted text blocks
Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml 2008-09-17 15:05:39 UTC (rev 2980)
+++ trunk/doc/installation.xml 2008-09-18 04:22:07 UTC (rev 2981)
@@ -121,12 +121,11 @@
</listitem>
</itemizedlist>
- <programlisting>
- wget http://postgis.refractions.net/download/postgis-&last_release_version;.tar.gz
- gzip -d -c postgis-&last_release_version;.tar.gz | tar xvf -
- cd postgis-&last_release_version;/
- ./configure
- </programlisting>
+ <programlisting>wget http://postgis.refractions.net/download/postgis-&last_release_version;.tar.gz
+gzip -d -c postgis-&last_release_version;.tar.gz | tar xvf -
+cd postgis-&last_release_version;/
+./configure</programlisting>
+
</listitem>
@@ -157,37 +156,31 @@
instructions that follow below to compile Geos from source.</para>
</listitem>
</itemizedlist>
- <programlisting>
- make clean && make
- make install
- ldconfig
- </programlisting>
+ <programlisting>make clean && make
+make install
+ldconfig</programlisting>
</listitem>
<listitem>
<para>If you are missing proj based on above or running a version below 4.5, then install by following these steps.</para>
- <programlisting>
- wget http://download.osgeo.org/proj/proj-4.6.0.tar.gz
- tar xvzf proj-4.6.0.tar.gz
- cd proj-4.6.0
- ./configure && make clean && make
- make install
- ldconfig
- cd ..
- </programlisting>
+ <programlisting>wget http://download.osgeo.org/proj/proj-4.6.0.tar.gz
+tar xvzf proj-4.6.0.tar.gz
+cd proj-4.6.0
+./configure && make clean && make
+make install
+ldconfig
+cd ..</programlisting>
</listitem>
<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
- ./configure && make clean && make
- make install
- ldconfig
- cd ..
- </programlisting>
+ <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
+./configure && make clean && make
+make install
+ldconfig
+cd ..</programlisting>
</listitem>
More information about the postgis-commits
mailing list