glfs/content/databases/db/db-inst.xml
Billy O 'Connor 73960a8e49 Removed --enable-java from configure options and added note about Java support.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@403 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-23 17:56:47 +00:00

16 lines
471 B
XML

<sect2>
<title>Installation of db</title>
<para>Install db by running the following commands:</para>
<para><screen><userinput>cd build_unix &amp;&amp;
../dist/configure --prefix=/usr \
--enable-compat185 \
--enable-cxx &amp;&amp;
make &amp;&amp;
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
<note><para>If you wish to enable Java support in db-&db-version;,
add --enable-java to the configure options. </para></note>
</sect2>