Changeset d9c80e1 for x/lib/mesalib.xml


Ignore:
Timestamp:
03/15/2006 03:04:26 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
51ff7252
Parents:
6473e74
Message:

Removed excess EOL whitespace from all package instructions in the 'x' chapters

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/mesalib.xml

    r6473e74 rd9c80e1  
    4949      </listitem>
    5050      <listitem>
    51         <para>Download size (including Recommended downloads): 
     51        <para>Download size (including Recommended downloads):
    5252        &mesalib-size;</para>
    5353      </listitem>
    5454      <listitem>
    55         <para>Estimated disk space required (including Recommended downloads): 
     55        <para>Estimated disk space required (including Recommended downloads):
    5656        &mesalib-buildsize;</para>
    5757      </listitem>
    5858      <listitem>
    59         <para>Estimated build time (including Recommended downloads): 
     59        <para>Estimated build time (including Recommended downloads):
    6060        &mesalib-time;</para>
    6161      </listitem>
     
    7777    <para><ulink
    7878    url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
    79     provides a demo and a diagnostic program to verify that GL is working 
     79    provides a demo and a diagnostic program to verify that GL is working
    8080    properly.</para>
    8181
    8282    <note>
    8383      <para>You should extract all three tarballs from the same toplevel
    84       directory.  All three files will extract to the 
     84      directory.  All three files will extract to the
    8585      <filename class="directory">Mesa-&mesalib-version;</filename>
    8686      directory.</para>
     
    9494    <para>If you've installed the X Window System into any prefix other than
    9595    <filename class="directory">/usr</filename>, then you'll need to adjust the
    96     commands below for your system.  Correct several hard coded directories 
     96    commands below for your system.  Correct several hard coded directories
    9797    in the source files with the following commands:</para>
    9898
     
    100100sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
    101101
    102     <para>Install <application>MesaLib</application> 
     102    <para>Install <application>MesaLib</application>
    103103    by running the following command:</para>
    104104
     
    113113install -v -m755 lib/*dri* /usr/lib/X11/modules/dri</userinput></screen>
    114114
    115     <para>If you've extracted the GLUT and Demos packages as well, then 
     115    <para>If you've extracted the GLUT and Demos packages as well, then
    116116    build the test programs with the following commands:</para>
    117117
     
    125125
    126126    <note>
    127       <para>If building <xref linkend="xorg7"/>, do not 
    128       remove the Mesa source tree yet, it will be required to build the 
     127      <para>If building <xref linkend="xorg7"/>, do not
     128      remove the Mesa source tree yet, it will be required to build the
    129129      X server.</para>
    130130    </note>
    131131
    132     <para>Finally, if installing to any prefix other than 
     132    <para>Finally, if installing to any prefix other than
    133133    <filename class="directory">/usr</filename>, you should create symlinks
    134134    to the GL headers in <filename class="directory">/usr/include</filename>.
     
    143143    <title>Command Explanations</title>
    144144
    145     <para><command>find...sed -i 's@/usr/X11R6@/usr@'...</command>: This 
     145    <para><command>find...sed -i 's@/usr/X11R6@/usr@'...</command>: This
    146146    command corrects several hard coded references to the X11R6 default
    147147    installation path.</para>
    148148
    149     <para><command>sed -i 's@lib/modules@lib/X11/modules@' 
     149    <para><command>sed -i 's@lib/modules@lib/X11/modules@'
    150150    src/glx/x11/dri_glx.c</command>: This command corrects a hard coded
    151151    reference to the module directory.</para>
    152152
    153153    <para><command>bin/installmesa</command>: Mesa uses a custom installation
    154     script as opposed to the normal <parameter>install</parameter> make 
     154    script as opposed to the normal <parameter>install</parameter> make
    155155    target.</para>
    156156
    157     <para><command>install -v -m755 lib/*dri* 
     157    <para><command>install -v -m755 lib/*dri*
    158158    /usr/lib/X11/modules/dri</command>: installs the DRI modules.</para>
    159159
     
    161161    the glxinfo and glxgears programs.</para>
    162162
    163     <para><command>install -v -m755 glxinfo glxgears /usr/bin</command>: 
     163    <para><command>install -v -m755 glxinfo glxgears /usr/bin</command>:
    164164    Installs only the glxinfo and glxgears programs.</para>
    165165
     
    200200        <term><filename>glxinfo</filename></term>
    201201        <listitem>
    202           <para>a diagnostic program that displays information about the 
     202          <para>a diagnostic program that displays information about the
    203203          graphics hardware and installed GL libraries.</para>
    204204          <indexterm zone="MesaLib glxinfo">
Note: See TracChangeset for help on using the changeset viewer.