glfs/basicnet/netprogs/ncpfs/ncpfs-inst.xml
Larry Lawrence a4acd46325 whitespace patches, bootdisk patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1384 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-14 16:25:20 +00:00

14 lines
423 B
XML

<sect2>
<title>Installation of <application><acronym>NCPFS</acronym></application></title>
<para>Install <application><acronym>NCPFS</acronym></application> by running the following commands:</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>
</sect2>