2003-02-01 14:42:31 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation command explanations</title>
|
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput>--prefix=/usr</userinput> : Sets the prefix for almost all the file
|
2003-02-01 14:42:31 +08:00
|
|
|
paths to /usr.</para>
|
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput>--sysconfdir=/etc</userinput> : Sets the configuration file directory to
|
2003-02-01 14:42:31 +08:00
|
|
|
avoid the default of /usr/etc.</para>
|
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput>--libexecdir=/usr/sbin</userinput> : Puts the server executables in
|
2003-02-01 14:42:31 +08:00
|
|
|
/usr/sbin instead of /usr/libexec.</para>
|
|
|
|
|
2003-04-08 05:14:53 +08:00
|
|
|
<para><userinput>--enable-ldbm</userinput> : Enable the most recent version of the Berkeley DB.</para>
|
2003-02-01 14:42:31 +08:00
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput>--disable-debug</userinput> : Disable debugging code.</para>
|
2003-02-01 14:42:31 +08:00
|
|
|
<para><userinput>make test:</userinput> Validate correct build of the package.</para>
|
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|