mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Remove unnecessary commands for imake and xorg-cf-files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6781 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a6f6dfb1c4
commit
c4ba45e246
@ -56,6 +56,10 @@
|
||||
<para>[dnicholson] - Revert a mistaken version update to the
|
||||
xf86-input-elographics driver.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Removed unnecessary commands for the imake
|
||||
and xorg-cf-files packages.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -85,34 +85,8 @@ wget -B http://xorg.freedesktop.org/releases/individual/util/ \
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Xorg Utilities</title>
|
||||
|
||||
<para>First install the <application>xorg-cf-files</application> package
|
||||
with the following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl &&
|
||||
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>Next, install the <application>Imake</application> package with
|
||||
these commands:</para>
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>Finally, build the four remaining packages with the standard build
|
||||
commands:</para>
|
||||
<para>Install the Xorg utilities by running the following commands for
|
||||
each package:</para>
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user