Changeset d3ef1e4


Ignore:
Timestamp:
02/26/2006 12:07:51 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:
b5eb704
Parents:
240cc07
Message:

Fixed typos and tags in the Mesalib instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/mesalib.xml

    r240cc07 rd3ef1e4  
    1010  <!ENTITY mesalib-size          "3.9 MB">
    1111  <!ENTITY mesalib-buildsize     "672 MB">
    12   <!ENTITY mesalib-time          "2.21 SBU">
     12  <!ENTITY mesalib-time          "2.2 SBU">
    1313]>
    1414
     
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para><xref linkend="xorg"/>, <xref linkend="xfree86"/>, or
    68     <!--<xref linkend="xorg7"/>--> Xorg-7.0 Libs and Utilities, and
     67    <para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>, or
     68    <!--<xref linkend="xorg7"/>--> Xorg-7.0 Libs and Utilities), and
    6969    <xref linkend="libdrm"/></para>
    7070
    7171    <bridgehead renderas="sect3">Recommended Downloads</bridgehead>
    72     <para>
    73     <ulink url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
    74     provides a working libglut (needed for the demos).</para>
     72    <para><ulink
     73    url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
     74    provides a working <filename class='libraryfile'>libglut</filename>
     75    (needed for the demos).</para>
    7576
    76     <para>
    77     <ulink url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
    78     provides demos and a test program to verify that dri is working as expected.</para>
     77    <para><ulink
     78    url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
     79    provides demos and a test program to verify that DRI is working as expected.</para>
    7980
    80 <note><para>You should extract all three tarballs from the same toplevel
    81 directory.  All three files will extract to the
    82 <filename class="directory">Mesa-&mesalib-version;</filename> directory.</para></note>
     81    <note>
     82      <para>You should extract all three tarballs from the same toplevel
     83      directory.  All three files will extract to the
     84      <filename class="directory">Mesa-&mesalib-version;</filename>
     85      directory.</para>
     86    </note>
    8387
    8488  </sect2>
     
    8791    <title>Installation of MesaLib</title>
    8892
    89     <para>If you've installed the X Windows System into any prefix other than
     93    <para>If you've installed the X Window System into any prefix other than
    9094    <filename class="directory">/usr/X11R6</filename>, then execute the
    91     following commands to correct several assumptions made in the distributed
    92     tarball.  Be sure to replace '[prefix]' with the installation prefix of
    93     your installed X Windows System:</para>
     95    following commands to correct several hard coded directory assumptions in
     96    the source files.  Be sure to replace '<replaceable>[prefix]</replaceable>'
     97    with the installation prefix of your installed X Window System:</para>
    9498
    9599<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>[prefix]</replaceable>@g' {} \;</userinput></screen>
    96100
    97101    <para>Install <application>MesaLib</application>
    98     by running the following commands:</para>
     102    by running the following command:</para>
    99103
    100104<screen><userinput>make linux-dri</userinput></screen>
     
    104108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    105109
    106 <screen role="root"><userinput>bin/installmesa <replaceable>[prefix]</replaceable>&amp;&amp;
    107 mkdir -p <replaceable>[prefix]</replaceable>/lib/modules/dri
     110<screen role="root"><userinput>bin/installmesa <replaceable>[prefix]</replaceable> &amp;&amp;
     111mkdir -v -p <replaceable>[prefix]</replaceable>/lib/modules/dri &amp;&amp;
    108112install -v -o root -m 0755 lib/*dri* <replaceable>[prefix]</replaceable>/lib/modules/dri</userinput></screen>
    109113
    110     <para>Now if you've extracted the GLUT and Demos packages as well, then
     114    <para>If you've extracted the GLUT and Demos packages as well, then
    111115    build the test programs with the following commands:</para>
    112116
     
    114118make PROGS='glxinfo glxgears'</userinput></screen>
    115119
    116     <para>Install the demos as the root user:</para>
     120    <para>Install the demos as the
     121    <systemitem class="username">root</systemitem> user:</para>
    117122
    118123<screen role="root"><userinput>install -v -o root -m 0755 glxinfo glxgears <replaceable>[prefix]</replaceable>/bin</userinput></screen>
    119124
    120     <note><para>If building Xorg-7.0<!--<xref linkend="xorg7"/>-->, do not
    121     remove the Mesa source tree yet, it will be required to build the
    122     xserver.</para></note>
     125    <note>
     126      <para>If building Xorg-7.0<!--<xref linkend="xorg7"/>-->, do not
     127      remove the Mesa source tree yet, it will be required to build the
     128      X server.</para>
     129    </note>
    123130
    124131  </sect2>
     
    133140
    134141      <seglistitem>
    135         <seg>glxgears,glxinfo</seg>
     142        <seg>glxgears and glxinfo</seg>
    136143        <seg>libGL.[so,a], libGLU.[so,a], libGLw.[so,a], libglut.[so,a] and
    137144        *_dri.so</seg>
     
    139146      </seglistitem>
    140147    </segmentedlist>
     148
    141149  </sect2>
     150
    142151</sect1>
Note: See TracChangeset for help on using the changeset viewer.