From: Kevin Neufeld Date: Thu, 18 Sep 2008 04:22:07 +0000 (+0000) Subject: commit to test autobuild process and svn hooks X-Git-Tag: 1.4.0b1~726 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=579825e1e55ecb7820c3d5a45055769d51842f83;p=postgis commit to test autobuild process and svn hooks - removed extra tabs from preformatted text blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@2981 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 280b9fe2f..d4a6fef7c 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -121,12 +121,11 @@ - - 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 - + 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 + @@ -157,37 +156,31 @@ instructions that follow below to compile Geos from source. - - make clean && make - make install - ldconfig - + make clean && make +make install +ldconfig If you are missing proj based on above or running a version below 4.5, then install by following these steps. - - 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 .. - + 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 .. 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 - ./configure && make clean && make - make install - ldconfig - cd .. - + 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 ..