source: x/installing/mesalib.xml@ e639150

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
Last change on this file since e639150 was 6291d0e, checked in by DJ Lucas <dj@…>, 18 years ago

added sed back to luit for path, xorg7 related textual changes, and fixed nas path in nas bootscript

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

  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[868c7c2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mesalib-download-http "http://prdownloads.sourceforge.net/mesa3d/MesaLib-&mesalib-version;.tar.bz2">
8 <!ENTITY mesalib-download-ftp " ">
9 <!ENTITY mesalib-md5sum "7674d2c603b5834259e4e5a820cefd5b">
10 <!ENTITY mesalib-size "3.9 MB">
11 <!ENTITY mesalib-buildsize "672 MB">
[d3ef1e4]12 <!ENTITY mesalib-time "2.2 SBU">
[868c7c2]13]>
14
[4a1f001]15<sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;">
[868c7c2]16 <?dbhtml filename="mesalib.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">MesaLib-&mesalib-version;.tar</keyword>
23 <keyword role="ftpdir">MesaLib</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>MesaLib-&mesalib-version;</title>
28
[d8838ed5]29 <indexterm zone="mesalib">
[868c7c2]30 <primary sortas="a-MesaLib">MesaLib</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to MesaLib</title>
35
36 <para><application>Mesa</application> is an OpenGL compatible 3-D graphics
37 library.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&mesalib-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&mesalib-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &mesalib-md5sum;</para>
49 </listitem>
50 <listitem>
[d9c80e1]51 <para>Download size (including Recommended downloads):
[868c7c2]52 &mesalib-size;</para>
53 </listitem>
54 <listitem>
[d9c80e1]55 <para>Estimated disk space required (including Recommended downloads):
[868c7c2]56 &mesalib-buildsize;</para>
57 </listitem>
58 <listitem>
[a6c2aff2]59 <para>Estimated build time (including optional downloads):
[868c7c2]60 &mesalib-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
[531e09e]67 <para><xref linkend="xorg7-lib"/>,
[2128523]68 <xref linkend="xorg7-util"/>, and
69 <xref linkend="libdrm"/></para>
[868c7c2]70
[531e09e]71 <note>
72 <para>It is not recomended to build a newer version of
73 <application>Mesa</application> with <xref linkend="xfree86"/> or
74 <xref linkend="xorg"/>.</para>
75 </note>
76
[3f72a148]77 <bridgehead renderas="sect3">Recommended Download</bridgehead>
[d3ef1e4]78 <para><ulink
79 url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
[d9c80e1]80 provides a demo and a diagnostic program to verify that GL is working
[4437f63]81 properly.</para>
[d3ef1e4]82
[3f72a148]83 <bridgehead renderas="sect3">Optional Download</bridgehead>
84 <para><ulink
85 url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
86 provides a working <filename class='libraryfile'>libglut</filename>.</para>
87
[d3ef1e4]88 <note>
89 <para>You should extract all three tarballs from the same toplevel
[d9c80e1]90 directory. All three files will extract to the
[d3ef1e4]91 <filename class="directory">Mesa-&mesalib-version;</filename>
92 directory.</para>
93 </note>
[868c7c2]94
[c5c2654]95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/mesalib"/></para>
97
[868c7c2]98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of MesaLib</title>
102
[78f4c3e]103 <para>You will need to adjust the commands below to reflect the
104 installation prefix of the X Window System. First, correct several
105 hard coded directories in the source files with the following
[531e09e]106 commands:</para>
[78f4c3e]107
[6291d0e]108<screen><userinput>find . -type f -exec sed -i "s@/usr/X11R6@$XORG_PREFIX@g" {} \; &amp;&amp;
[531e09e]109sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
[868c7c2]110
[3f72a148]111 <para>Build <application>MesaLib</application>
[d3ef1e4]112 by running the following command:</para>
[868c7c2]113
114<screen><userinput>make linux-dri</userinput></screen>
115
116 <para>This package does not come with a test suite.</para>
117
[3f72a148]118 <para>Now, as the <systemitem class="username">root</systemitem> user,
[531e09e]119 issue the following commands to install
120 <application>MesaLib</application>:</para>
[868c7c2]121
[6291d0e]122<screen role="root"><userinput>bin/installmesa $XORG_PREFIX</userinput></screen>
[ff55539b]123
124 <para>While still the root user, install the modules for
125 Xorg-&xorg7-version; with the following commands.</para>
126
[6291d0e]127<screen role="root"><userinput>mkdir -v -p $XORG_PREFIX/lib/X11/modules/dri &amp;&amp;
128install -v -m755 lib/*dri* $XORG_PREFIX/lib/X11/modules/dri</userinput></screen>
[868c7c2]129
[a6c2aff2]130 <para>If you've extracted the Demos package as well, then
[868c7c2]131 build the test programs with the following commands:</para>
132
[a6c2aff2]133<screen><userinput>sed -i 's@-l$(GLUT_LIB)@@g' configs/default &amp;&amp;
134cd progs/xdemos &amp;&amp;
[868c7c2]135make PROGS='glxinfo glxgears'</userinput></screen>
136
[d3ef1e4]137 <para>Install the demos as the
[531e09e]138 <systemitem class="username">root</systemitem> user:</para>
[868c7c2]139
[6291d0e]140<screen role="root"><userinput>install -v -m755 glxinfo glxgears $XORG_PREFIX/bin</userinput></screen>
[868c7c2]141
[d3ef1e4]142 <note>
[531e09e]143 <para>Do not remove the Mesa source tree yet, it will be required to
144 build the <xref linkend="xorg7-server"/>.</para>
[d3ef1e4]145 </note>
[868c7c2]146
[d9c80e1]147 <para>Finally, if installing to any prefix other than
[3735050]148 <filename class="directory">/usr</filename>, you should create symlinks
149 to the GL headers in <filename class="directory">/usr/include</filename>.
150 Execute the following command as the
151 <systemitem class="username">root</systemitem> user:</para>
152
[6291d0e]153<screen><userinput role="root">ln -s -v $XORG_PREFIX/include/GL /usr/include</userinput></screen>
[3735050]154
[868c7c2]155 </sect2>
156
[371ff30]157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
[78f4c3e]160 <para><command>find...sed -i
[6291d0e]161 "s@/usr/X11R6@$XORG_PREFIX@"...</command>:
[78f4c3e]162 This command corrects several hard coded references to the X11R6 default
[371ff30]163 installation path.</para>
164
[d9c80e1]165 <para><command>sed -i 's@lib/modules@lib/X11/modules@'
[371ff30]166 src/glx/x11/dri_glx.c</command>: This command corrects a hard coded
167 reference to the module directory.</para>
168
169 <para><command>bin/installmesa</command>: Mesa uses a custom installation
[d9c80e1]170 script as opposed to the normal <parameter>install</parameter> make
[371ff30]171 target.</para>
172
[d9c80e1]173 <para><command>install -v -m755 lib/*dri*
[6291d0e]174 $XORG_PREFIX/lib/X11/modules/dri</command>:
[78f4c3e]175 installs the DRI modules.</para>
[371ff30]176
[a6c2aff2]177 <para><command>sed -i 's@-l$(GLUT_LIB)@@g' configs/default</command>:
178 disables linking against GLUT libraries for the demo programs.</para>
179
[371ff30]180 <para><command>make PROGS='glxinfo glxgears'</command>: build only
181 the glxinfo and glxgears programs.</para>
182
[78f4c3e]183 <para><command>install -v -m755 glxinfo glxgears
[6291d0e]184 $XORG_PREFIX/bin</command>:
[371ff30]185 Installs only the glxinfo and glxgears programs.</para>
186
187 </sect2>
188
[868c7c2]189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
[d3ef1e4]198 <seg>glxgears and glxinfo</seg>
[c5c2654]199 <seg>libGL.{so,a}, libGLU.{so,a}, libGLw.{so,a}, libglut.{so,a} and
[868c7c2]200 *_dri.so</seg>
201 <seg>$XORG_PREFIX/lib/modules/dri</seg>
202 </seglistitem>
203 </segmentedlist>
[d3ef1e4]204
[4437f63]205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="glxgears">
211 <term><filename>glxgears</filename></term>
212 <listitem>
213 <para>a GL demo useful for troubleshooting graphics problems.</para>
[d8838ed5]214 <indexterm zone="mesalib glxgears">
[4437f63]215 <primary sortas="b-glxgears">glxgears</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="glxinfo">
221 <term><filename>glxinfo</filename></term>
222 <listitem>
[d9c80e1]223 <para>a diagnostic program that displays information about the
[4437f63]224 graphics hardware and installed GL libraries.</para>
[d8838ed5]225 <indexterm zone="mesalib glxinfo">
[4437f63]226 <primary sortas="b-glxinfo">glxinfo</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
[868c7c2]233 </sect2>
[d3ef1e4]234
[868c7c2]235</sect1>
Note: See TracBrowser for help on using the repository browser.