Changeset 69fdc017


Ignore:
Timestamp:
04/05/2006 04:45:09 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a0e439d
Parents:
527966e
Message:

Text cleanups in xorg-7.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5802 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r527966e r69fdc017  
    4343    <bridgehead renderas="sect4">Required</bridgehead>
    4444    <para role="required"><xref linkend="fontconfig"/>,
    45     <xref linkend="libdrm"/>,
    4645    <xref linkend="libpng"/>, and
    4746    <xref linkend="pkgconfig"/></para>
     
    343342      commands:</para>
    344343
    345 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    346 make</userinput></screen>
     344<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
    347345
    348346      <para>Now as the <systemitem class="username">root</systemitem>
     
    354352        <para>At this point, you should continue to the applications
    355353        installation.  After the applications installation has completed, you
    356         can use the same instructions above to install the xcursor-themes and
    357         xkb-data packages.</para>
     354        should return here and install the xcursor-themes and xkb-data
     355        packages.</para>
    358356      </note>
     357
     358      <para>Compile the xcursor-themes and xkb-data packages with the
     359      following commands:</para>
     360
     361<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     362make</userinput></screen>
     363
     364      <para>As the <systemitem class="username">root</systemitem>
     365      user:</para>
     366
     367<screen><userinput role="root">make install</userinput></screen>
    359368
    360369    </sect3>
     
    395404
    396405<screen><userinput role="root">make install</userinput></screen>
     406
     407      <note>
     408        <para>Remember to return to the data packages and install the
     409        xcursor-themes and xkb-data packages.</para>
     410      </note>
     411
     412</sect3>
     413
     414    <sect3 role="installation">
     415
     416      <title>Installation of luit</title>
    397417
    398418      <note>
     
    402422      </note>
    403423
    404       <note>
    405         <para>Remember to return to the data packages and install the
    406         xcursor-themes and xkb-data packages.</para>
    407       </note>
    408 
    409 </sect3>
    410 
    411     <sect3 role="installation">
    412 
    413       <title>Installation of luit</title>
    414 
    415424      <para>A patch is required to fix a race condition in
    416425      <application>luit</application> that was discovered shortly after
     
    420429      <para>Install luit with the following commands:</para>
    421430
    422 <screen><userinput>patch -Np1 -i luit_1.0.1-race-1.patch &amp;&amp;
     431<screen><userinput>patch -Np1 -i luit-1.0.1-race-1.patch &amp;&amp;
    423432./configure $XORG_CONFIG &amp;&amp;
    424433make</userinput></screen>
     
    510519
    511520<screen><userinput>./configure $XORG_CONFIG \
    512     --with-mesa-source='../../Mesa-&mesalib-version;' \
     521    --with-mesa-source='<replaceable>[/path/to]</replaceable>/Mesa-&mesalib-version;' \
    513522    --with-fontdir=$XORG_PREFIX/lib/X11/fonts \
    514523    --with-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.