glfs/basicnet/netprogs/ncpfs/ncpfs-inst.xml
Igor Živković 292bc8bf71 updated instructions for fcron
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1108 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-18 21:21:15 +00:00

14 lines
344 B
XML

<sect2>
<title>Installation of ncpfs</title>
<para>Install ncpfs 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>