]> granicus.if.org Git - postgis/commitdiff
Add a download reference for Apache Ant, plus fix a couple more typos.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sat, 2 Aug 2008 22:03:57 +0000 (22:03 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sat, 2 Aug 2008 22:03:57 +0000 (22:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2912 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 7e42b28df035418a13874acd78785e4f23446489..152b6750ce90c0dbcbdf28103e6cf3fad224b7e6 100644 (file)
@@ -48,7 +48,7 @@
 
       <listitem>
         <para>(Recommended) Apache Ant (<filename>ant</filename>). Required for 
-        building any of the drivers under the <filename>java</filename> directory.</para>
+        building any of the drivers under the <filename>java</filename> directory. Ant is available for download from <ulink url="http://ant.apache.org">http://ant.apache.org</ulink>.</para>
       </listitem>
 
     </itemizedlist>
             <para>PostgreSQL provides a utility called <filename>pg_config</filename> to enable
             extensions like PostGIS to locate the PostgreSQL installation directory.
             If ./configure didn't find <filename>pg_config</filename>,
-            try using the <code>--with-pgconfig=/path/to/pg_config</code> switch specify a specific
+            try using the <code>--with-pgconfig=/path/to/pg_config</code> switch to specify a particular 
             PostgreSQL installation.</para>
           </listitem>
 
           <listitem>
             <para>Proj4 is now required in order to build and use PostGIS.
             If ./configure didn't find the Proj4 library,
-            try using the <code>--with-projdir=/path/to/projdir</code> switch specify a specific
+            try using the <code>--with-projdir=/path/to/projdir</code> switch to specify an alternative
             Proj4 installation directory.</para>
           </listitem>
 
             <para>GEOS is now required in order to build and use PostGIS.
             If ./configure didn't find it, try using the 
             <code>--with-geosconfig=/path/to/geos-config</code> switch to specify the full path 
-            to the geos-config program.</para>
+            to the <filename>geos-config</filename> program.</para>
           </listitem>
         </itemizedlist>
       </listitem>