glfs/basicnet/netprogs/ncpfs/ncpfs-exp.xml
Larry Lawrence 9491ec6bae spelling
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1276 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 02:46:08 +00:00

27 lines
1.0 KiB
XML

<sect2>
<title>Command explanations</title>
<para><userinput>--prefix=""</userinput>:
installs binaries on the root partition so that they are available at
boot time. This may not be ideal for all systems. If
<filename>/usr</filename> is mounted locally,
<userinput>--prefix=/usr</userinput> may be a better option.</para>
<para><userinput>--includedir=/usr/include</userinput>: Tells configure
to look in <filename>/usr/include</filename> for header files. It also
tells make to install <application>NCPFS</application>'s headers here.</para>
<para><userinput>--mandir=/usr/share/man</userinput>: installs the man
pages in the correct location.</para>
<para><userinput>--datadir=/usr/share</userinput>: correctly installs the
locale files to <filename>/usr/share/</filename>.</para>
<para>Note: If you do not need to use the IPX protocol, or you use a different
IPX package, you can optionally pass <userinput> --disable-ipx </userinput>
and/or <userinput> --disable-ipx-tools </userinput> to the configure
script to disable these options.</para>
</sect2>