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