glfs/content/databases/db/db-exp.xml
Larry Lawrence 65df9fca7b grammar corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2252 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-03 02:41:04 +00:00

16 lines
476 B
XML

<sect2>
<title>Command explanations</title>
<para><command>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr
--enable-compat185</command>:
This replaces the normal <command>./configure</command> command, as
<application>Berkeley DB</application> comes with 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>