Modified Java dependency in DB-4 instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2422 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-07-06 05:02:59 +00:00
parent 28629da402
commit e5785364ab

View File

@ -65,13 +65,13 @@ cd build_unix &&
make &&
make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
<note><para>If you wish to enable <application>Java</application>
<!-- <note><para>If you wish to enable <application>Java</application>
support in <application>Berkeley DB</application>-&db-version;, add
<parameter>--enable-java</parameter> to the configure options. This requires a
<parameter>-enable-java</parameter> to the configure options. This requires a
Java compiler.
<application>Java</application> support is needed
if you plan to use system installed <application>Berkeley DB</application> when
compiling <xref linkend="openoffice"/>.</para></note>
compiling <xref linkend="openoffice"/>.</para></note> -->
</sect2>
@ -88,6 +88,10 @@ build directories for different platforms.</para>
install</command>: This installs the documentation in
the correct place.</para>
<para><option>--enable-java</option>: enables <application>Java</application>
support in DB and creates the
<filename class='libraryfile'>libdb_java</filename> libraries.</para>
</sect2>
<sect2>
@ -102,8 +106,9 @@ the correct place.</para>
<command>db_printlog</command>,
<command>db_recover</command>,
<command>db_stat</command>,
<command>db_upgrade</command> and
<command>db_verify</command>.
<command>db_upgrade</command>,
<command>db_verify</command> and the
<filename class='libraryfile'>libdb</filename> libraries.
</para>