mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
b7fdd96fb8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1464 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
622 B
XML
22 lines
622 B
XML
<sect2>
|
|
<title>Installation of <application><acronym>NAS</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &&
|
|
xmkmf &&
|
|
make Makefiles &&
|
|
make includes &&
|
|
make depend &&
|
|
make &&
|
|
make install install.man</command></userinput></screen>
|
|
|
|
<!--
|
|
make INCROOT=/usr/include USRLIBDIR=/usr/lib \
|
|
MANPATH=/usr/share/man BINDIR=/usr/bin \
|
|
LIBDIR=/usr/lib CONFIGDIR=/usr/X11R6/lib/X11/config \
|
|
install install.man
|
|
-->
|
|
</sect2>
|
|
|