|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.39 2001/02/23 02:17:27 thomas Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.40 2001/03/10 16:57:18 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
|
@@ -663,6 +663,21 @@ su - postgres
|
663 | 663 | </listitem>
|
664 | 664 | </varlistentry>
|
665 | 665 |
|
| 666 | + <varlistentry> |
| 667 | + <term>--with-java</term> |
| 668 | + <listitem> |
| 669 | + <para> |
| 670 | + Build the <acronym>JDBC</acronym> driver and associated Java |
| 671 | + packages. This option requires |
| 672 | + <application>Ant</application> to be installed (as well as a |
| 673 | + <acronym>JDK</acronym>, of course). Refer to the |
| 674 | + <acronym>JDBC</acronym> driver documentation in the |
| 675 | + <citetitle>Programmer's Guide</citetitle> for more |
| 676 | + information. |
| 677 | + </para> |
| 678 | + </listitem> |
| 679 | + </varlistentry> |
| 680 | + |
666 | 681 | <varlistentry>
|
667 | 682 | <term>--enable-syslog</term>
|
668 | 683 | <listitem>
|
@@ -725,7 +740,6 @@ su - postgres
|
725 | 740 | <userinput>env CC=/opt/bin/gcc CFLAGS='-02 -pipe' ./configure</>
|
726 | 741 | </screen>
|
727 | 742 | </para>
|
728 |
| - |
729 | 743 | </step>
|
730 | 744 |
|
731 | 745 | <step>
|
|