glfs/content/databases/db/db-inst.xml
Larry Lawrence be352a7dcd intro update to fetchmail, mutt, procmail, db
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@909 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-05-14 00:14:31 +00:00

19 lines
774 B
XML

<sect2>
<title>Installation of <application>db</application></title>
<para>Install <application>db</application> by running the following commands:</para>
<screen><userinput><command>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</command></userinput></screen>
<note><para>If you wish to enable <application>Java</application>
support in <application>db</application>-&db-version;, add <command>
--enable-java</command> to the configure options.
<application>Java</application> support is needed
if you plan to use system installed <application>db</application> when
compiling <application>OpenOffice</application>.</para></note>
</sect2>