]> granicus.if.org Git - postgis/commitdiff
commit to test autobuild process and svn hooks
authorKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 18 Sep 2008 04:22:07 +0000 (04:22 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 18 Sep 2008 04:22:07 +0000 (04:22 +0000)
- removed extra tabs from preformatted text blocks

git-svn-id: http://svn.osgeo.org/postgis/trunk@2981 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 280b9fe2ffab27c069cc6135a85b6145b0900128..d4a6fef7cb67723805114af6b3b7538ca4aa618f 100644 (file)
                          </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>
                
                
                                instructions that follow below to compile Geos from source.</para>
                          </listitem>
                        </itemizedlist>
-                       <programlisting>
-                               make clean &amp;&amp; make
-                               make install
-                               ldconfig
-                       </programlisting>
+                       <programlisting>make clean &amp;&amp; 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 &amp;&amp; make clean &amp;&amp; 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 &amp;&amp; make clean &amp;&amp; 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 &amp;&amp; make clean &amp;&amp; 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 &amp;&amp; make clean &amp;&amp; make
+make install
+ldconfig
+cd ..</programlisting>
                </listitem>