mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
602ccfd8cd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@392 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
365 B
XML
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 &&
|
|
../dist/configure --prefix=/usr \
|
|
--enable-compat185 \
|
|
--enable-cxx \
|
|
--enable-java &&
|
|
make &&
|
|
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
|
|
|
|
</sect2>
|