2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of db</title>
|
|
|
|
|
|
|
|
<para>Install db by running the following commands:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>cd build_unix &&
|
2002-11-20 04:38:17 +08:00
|
|
|
../dist/configure --prefix=/usr \
|
|
|
|
--enable-compat185 \
|
2002-11-24 01:56:47 +08:00
|
|
|
--enable-cxx &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
|
|
|
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
|
|
|
|
|
2002-11-24 01:56:47 +08:00
|
|
|
<note><para>If you wish to enable Java support in db-&db-version;,
|
2003-03-03 03:24:15 +08:00
|
|
|
add --enable-java to the configure options. Java support is needed
|
|
|
|
if you plan to use system installed db when compiling OpenOffice.</para></note>
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|