mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
1ef2e937da
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1857 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--prefix=""</parameter>:
|
|
installs binaries on the root partition so that they are available at
|
|
boot time. This may not be ideal for all systems. If
|
|
<filename class="directory">/usr</filename> is mounted locally,
|
|
<parameter>--prefix=/usr</parameter> may be a better option.</para>
|
|
|
|
<para><parameter>--includedir=/usr/include</parameter>: Tells configure
|
|
to look in <filename class="directory">/usr/include</filename> for header files. It also
|
|
tells make to install <application>NCPFS</application>'s headers here.</para>
|
|
|
|
<para><parameter>--mandir=/usr/share/man</parameter>: installs the man
|
|
pages in the correct location.</para>
|
|
|
|
<para><parameter>--datadir=/usr/share</parameter>: correctly installs the
|
|
locale files to <filename class="directory">/usr/share</filename>.</para>
|
|
|
|
<note><para>If you do not need to use the <acronym>IPX</acronym> protocol, or you use a different
|
|
<acronym>IPX</acronym> package, you can optionally pass <parameter>--disable-ipx</parameter>
|
|
and/or <parameter>--disable-ipx-tools</parameter> to the configure
|
|
script to disable these options.</para></note>
|
|
|
|
</sect2>
|