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

14 lines
436 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application><acronym>NCPFS</acronym></application></title>
<para>Install <application><acronym>NCPFS</acronym></application> by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --includedir=/usr/include \
--mandir=/usr/share/man --datadir=/usr/share &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make install-dev</userinput></screen></para>
</sect2>