mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
63bda280c1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1852 af4574ff-66df-0310-9fd7-8a98e5e911e0
13 lines
420 B
XML
13 lines
420 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="" --includedir=/usr/include \
|
|
--mandir=/usr/share/man --datadir=/usr/share &&
|
|
make &&
|
|
make install &&
|
|
make install-dev</userinput></screen>
|
|
|
|
</sect2>
|