mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
be352a7dcd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@909 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
774 B
XML
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 &&
|
|
../dist/configure --prefix=/usr \
|
|
--enable-compat185 \
|
|
--enable-cxx &&
|
|
make &&
|
|
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>
|