glfs/content/databases/db/db-inst.xml
Billy O 'Connor 602ccfd8cd added C++ and java support.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@392 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-19 20:38:17 +00:00

15 lines
365 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 \
--enable-java &amp;&amp;
make &amp;&amp;
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
</sect2>