glfs/basicnet/netprogs/ncpfs/ncpfs-exp.xml
Igor Živković 1ef2e937da updated to ncpfs-2.2.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1857 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-28 22:09:07 +00:00

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>