mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
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>
|
||
|
|