]> granicus.if.org Git - postgis/commitdiff
Some documentation updates; change the instructions for decompressing the tarballs...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Tue, 10 Mar 2009 17:24:25 +0000 (17:24 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Tue, 10 Mar 2009 17:24:25 +0000 (17:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3833 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml
doc/postgis.xml

index b2ab32dd2344ae8bc7fc6c69f2b776f6411b7274..40bbe499822f72df03371a1ab13bdf295f13e7aa 100644 (file)
@@ -163,9 +163,9 @@ ldconfig</programlisting>
                
                <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
+                       <programlisting>wget http://download.osgeo.org/proj/proj-&last_proj_release_version;.tar.gz
+gzip -d -c proj-&last_proj_release_version;.tar.gz | tar xvf -
+cd proj-&last_proj_release_version;
 ./configure &amp;&amp; make clean &amp;&amp; make
 make install
 ldconfig
@@ -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.3.tar.bz2
-tar xvjf geos-3.0.3.tar.bz2
-cd geos-3.0.3
+                       <programlisting>wget http://download.osgeo.org/geos/geos-&last_geos_release_version;.tar.bz2
+bunzip2 -d -c geos-&last_geos_release_version;.tar.bz2 | tar xvf -
+cd geos-&last_geos_release_version;
 ./configure &amp;&amp; make clean &amp;&amp; make
 make install
 ldconfig
index 77d10eef6b458f881da46c58abf835b836385e3d..2a4994d0634829c6d6a9b35f6e06ff0837b55e3a 100644 (file)
@@ -2,7 +2,13 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
+<!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
+
+<!-- Change these values to update the version numbers referenced within the documentation -->
+<!ENTITY last_proj_release_version "4.6.1">
+<!ENTITY last_geos_release_version "3.0.3">
+
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">
 <!ENTITY faq SYSTEM "faq.xml">