[postgis-commits] svn - r2912 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Sat Aug 2 15:03:58 PDT 2008
Author: mcayland
Date: 2008-08-02 15:03:57 -0700 (Sat, 02 Aug 2008)
New Revision: 2912
Modified:
trunk/doc/installation.xml
Log:
Add a download reference for Apache Ant, plus fix a couple more typos.
Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml 2008-08-02 08:41:55 UTC (rev 2911)
+++ trunk/doc/installation.xml 2008-08-02 22:03:57 UTC (rev 2912)
@@ -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>
@@ -102,14 +102,14 @@
<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>
@@ -117,7 +117,7 @@
<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>
More information about the postgis-commits
mailing list