added C++ and java support.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@392 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2002-11-19 20:38:17 +00:00
parent ef0a9085fc
commit 602ccfd8cd

View File

@ -4,7 +4,10 @@
<para>Install db by running the following commands:</para>
<para><screen><userinput>cd build_unix &amp;&amp;
../dist/configure --prefix=/usr --enable-compat185 &amp;&amp;
../dist/configure --prefix=/usr \
--enable-compat185 \
--enable-cxx \
--enable-java &amp;&amp;
make &amp;&amp;
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>