mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
c5cc8b3246
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1079 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
536 B
XML
18 lines
536 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>xmkmf &&
|
|
make Makefiles &&
|
|
make includes &&
|
|
make depend &&
|
|
make &&
|
|
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</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|