mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@684 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
442 B
XML
18 lines
442 B
XML
<sect2>
|
|
<title>Installation of nas</title>
|
|
|
|
<para>Install nas by running the following commands:</para>
|
|
|
|
<para><screen><userinput>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/X11 CONFIGDIR=/usr/X11R6/lib/X11/config \
|
|
install install.man</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|