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

13 lines
267 B
XML
Raw Normal View History

<sect2>
<title>Installation of ncpfs</title>
<para>Install ncpfs by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &&
make &&
make install &&
make install-dev</userinput></screen></para>
</sect2>