mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
479 B
XML
16 lines
479 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>cd build_unix && ../dist/configure --prefix=/usr
|
|
--enable-compat185</command>:
|
|
This replaces the normal <command>./configure</command> command as
|
|
<application>Berkeley DB</application> comes with the various
|
|
build directories for different platforms.</para>
|
|
|
|
<para><command>make docdir=/usr/share/doc/db-&db-version;
|
|
install</command>: This installs the documentation in
|
|
the correct place.</para>
|
|
|
|
</sect2>
|
|
|