glfs/basicnet/netprogs/ncpfs/ncpfs-exp.xml

26 lines
1.1 KiB
XML
Raw Normal View History

<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>