mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
8d1f2a5596
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@742 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
559 B
XML
17 lines
559 B
XML
<sect2>
|
|
<title>Installation of db</title>
|
|
|
|
<para>Install db by running the following commands:</para>
|
|
|
|
<para><screen><userinput>cd build_unix &&
|
|
../dist/configure --prefix=/usr \
|
|
--enable-compat185 \
|
|
--enable-cxx &&
|
|
make &&
|
|
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. Java support is needed
|
|
if you plan to use system installed db when compiling OpenOffice.</para></note>
|
|
</sect2>
|