mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Install nas in /usr/X11R6 instead of /usr
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1464 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2bc9898d87
commit
b7fdd96fb8
@ -12,7 +12,8 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 31st, 2003 [tushar]: NAS: Added dependency to
|
||||
XFree86.</para></listitem>
|
||||
XFree86 and modified instructions to install in /usr/X11R6 instead of
|
||||
/usr.</para></listitem>
|
||||
|
||||
<listitem><para>October 31st, 2003 [tushar]: OpenOffice: Added Printer
|
||||
Administration description.</para></listitem>
|
||||
|
@ -3,10 +3,12 @@
|
||||
|
||||
<para><command>xmkmf...</command>: These commands use the standard for compiling <application>X</application> based applications.</para>
|
||||
|
||||
<!--
|
||||
<para><command>make INCROOT=...</command>: These commands install with
|
||||
the <filename class="directory">/usr</filename> prefix
|
||||
instead of the default <filename class="directory">/usr/X11R6</filename>
|
||||
prefix. They also install the man pages.</para>
|
||||
-->
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -9,10 +9,13 @@ 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</command></userinput></screen>
|
||||
|
||||
install install.man
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user