2003-09-04 10:20:13 +08:00
|
|
|
<sect2>
|
2003-09-27 03:39:35 +08:00
|
|
|
<title>Installation of <application><acronym>NCPFS</acronym></application></title>
|
2003-09-04 10:20:13 +08:00
|
|
|
|
2003-09-27 03:39:35 +08:00
|
|
|
<para>Install <application><acronym>NCPFS</acronym></application> by running the following commands:</para>
|
2003-09-04 10:20:13 +08:00
|
|
|
|
2003-09-19 05:21:15 +08:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --includedir=/usr/include \
|
2003-09-05 06:39:32 +08:00
|
|
|
--mandir=/usr/share/man --datadir=/usr/share &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
2003-09-04 10:20:13 +08:00
|
|
|
make install-dev</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|