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

17 lines
662 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para>
<userinput>./configure --prefix=/usr --mandir=/usr/share/man</userinput>:
installs the binaries and libs to the <filename>/usr</filename> directory
and places the man files in <filename>/usr/share/man</filename>.</para>
<para><userinput>make install-dev</userinput>: Installs the header files
to <filename>/usr/include</filename>.</para>
<para>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>