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:
Dan Nichilson 2007-05-24 23:28:40 +00:00
parent a6f6dfb1c4
commit c4ba45e246
2 changed files with 6 additions and 28 deletions

View File

@ -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>

View File

@ -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 &amp;&amp;
./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 &amp;&amp;
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 &amp;&amp;
make</userinput></screen>