diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-10 16:57:18 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-10 16:57:18 +0000 |
commit | 06351c36a6d20c7360ccaf4f67916cb8114b900a (patch) | |
tree | b35abe7242a306f4e95e86c3167b99daaac72995 /doc/src | |
parent | 7ad278817c1f3167a1b3b6bd0efaf874788f1bd1 (diff) | |
download | postgresql-06351c36a6d20c7360ccaf4f67916cb8114b900a.tar.gz postgresql-06351c36a6d20c7360ccaf4f67916cb8114b900a.zip |
Document --with-java.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 380fff24684..0a048344dc8 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.39 2001/02/23 02:17:27 thomas Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.40 2001/03/10 16:57:18 petere Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title> @@ -664,6 +664,21 @@ su - postgres </varlistentry> <varlistentry> + <term>--with-java</term> + <listitem> + <para> + Build the <acronym>JDBC</acronym> driver and associated Java + packages. This option requires + <application>Ant</application> to be installed (as well as a + <acronym>JDK</acronym>, of course). Refer to the + <acronym>JDBC</acronym> driver documentation in the + <citetitle>Programmer's Guide</citetitle> for more + information. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>--enable-syslog</term> <listitem> <para> @@ -725,7 +740,6 @@ su - postgres <userinput>env CC=/opt/bin/gcc CFLAGS='-02 -pipe' ./configure</> </screen> </para> - </step> <step> |