Changeset 3f72a148 for x/lib


Ignore:
Timestamp:
05/05/2006 07:01:37 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:
afb1341
Parents:
9d91468a
Message:

Completed X Window section changes/x7 split

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/mesalib.xml

    r9d91468a r3f72a148  
    6969    <xref linkend="pkgconfig"/></para>
    7070
    71     <bridgehead renderas="sect3">Optional Downloads</bridgehead>
    72     <para><ulink
    73     url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
    74     provides a working <filename class='libraryfile'>libglut</filename>.</para>
    75 
     71    <bridgehead renderas="sect3">Recommended Download</bridgehead>
    7672    <para><ulink
    7773    url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
    7874    provides a demo and a diagnostic program to verify that GL is working
    7975    properly.</para>
     76
     77    <bridgehead renderas="sect3">Optional Download</bridgehead>
     78    <para><ulink
     79    url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
     80    provides a working <filename class='libraryfile'>libglut</filename>.</para>
    8081
    8182    <note>
     
    102103sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
    103104
    104     <para>Install <application>MesaLib</application>
     105    <para>Build <application>MesaLib</application>
    105106    by running the following command:</para>
    106107
     
    109110    <para>This package does not come with a test suite.</para>
    110111
    111     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     112    <para>Now, as the <systemitem class="username">root</systemitem> user,
     113    issue the following commands to install <application>MesaLib</application>.
     114    Again you should adjust the commands if you've installed the X Window
     115    System into any prefix other than
     116    <filename class="directory">/usr</filename>:</para>
    112117
    113118<screen role="root"><userinput>bin/installmesa /usr &amp;&amp;
     
    123128
    124129    <para>Install the demos as the
    125     <systemitem class="username">root</systemitem> user:</para>
     130    <systemitem class="username">root</systemitem> user, again adjusting for
     131    the prefix of your X Window System:</para>
    126132
    127133<screen role="root"><userinput>install -v -m755 glxinfo glxgears /usr/bin</userinput></screen>
     
    139145    <systemitem class="username">root</systemitem> user:</para>
    140146
    141 <screen><userinput role="root">ln -s -v <replaceable>&lt;/usr/X11&gt;</replaceable>/include/GL /usr/include</userinput></screen>
     147<screen><userinput role="root">ln -s -v <replaceable>&lt;PREFIX&gt;</replaceable>/include/GL /usr/include</userinput></screen>
    142148
    143149  </sect2>
Note: See TracChangeset for help on using the changeset viewer.