mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-15 16:59:08 +08:00
20 lines
705 B
XML
20 lines
705 B
XML
|
<sect2>
|
||
|
<title>Installation command explanations</title>
|
||
|
|
||
|
<para><userinput>--prefix=/usr:</userinput> Sets the prefix for almost all the file
|
||
|
paths to /usr.</para>
|
||
|
|
||
|
<para><userinput>--sysconfdir=/etc:</userinput> Sets the configuration file directory to
|
||
|
avoid the default of /usr/etc.</para>
|
||
|
|
||
|
<para><userinput>--libexecdir=/usr/sbin:</userinput> Puts the server executables in
|
||
|
/usr/sbin instead of /usr/libexec.</para>
|
||
|
|
||
|
<para><userinput>--enable-ldbm:</userinput> Enable the most recent version of the Berkely DB.</para>
|
||
|
|
||
|
<para><userinput>--disable-debug:</userinput> Disable debugging code.</para>
|
||
|
<para><userinput>make test:</userinput> Validate correct build of the package.</para>
|
||
|
|
||
|
|
||
|
</sect2>
|