source: x/lib/mesalib.xml@ ff55539b

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 ff55539b was ff55539b, checked in by DJ Lucas <dj@…>, 18 years ago

additional correction for R6 in mesalib

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

  • Property mode set to 100644
File size: 9.2 KB
Line 
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">
12 <!ENTITY mesalib-time "2.2 SBU">
13]>
14
15<sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;">
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
29 <indexterm zone="mesalib">
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>
51 <para>Download size (including Recommended downloads):
52 &mesalib-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required (including Recommended downloads):
56 &mesalib-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time (including optional downloads):
60 &mesalib-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para>
68<!--<xref linkend="x-window-system"/> -->
69 <xref linkend="xorg"/> or
70 <xref linkend="xorg7-lib"/> and <xref linkend="xorg7-util"/>,
71 <xref linkend="libdrm"/>, and
72 <xref linkend="pkgconfig"/></para>
73
74 <bridgehead renderas="sect3">Recommended Download</bridgehead>
75 <para><ulink
76 url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
77 provides a demo and a diagnostic program to verify that GL is working
78 properly.</para>
79
80 <bridgehead renderas="sect3">Optional Download</bridgehead>
81 <para><ulink
82 url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
83 provides a working <filename class='libraryfile'>libglut</filename>.</para>
84
85 <note>
86 <para>You should extract all three tarballs from the same toplevel
87 directory. All three files will extract to the
88 <filename class="directory">Mesa-&mesalib-version;</filename>
89 directory.</para>
90 </note>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/mesalib"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of MesaLib</title>
99
100 <para>You will need to adjust the commands below to reflect the
101 installation prefix of the X Window System. First, correct several
102 hard coded directories in the source files with the following
103 command (you can skip this first command if the prefix is
104 <filename class="directory">/usr/X11R6</filename>):</para>
105
106<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@g' {} \;</userinput></screen>
107
108 <para>If building for <application>Xorg-&xorg7-version;</application>,
109 issue the following command to correct for the default module path in the
110 new build system:</para>
111
112<screen><userinput>sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
113
114 <para>Build <application>MesaLib</application>
115 by running the following command:</para>
116
117<screen><userinput>make linux-dri</userinput></screen>
118
119 <para>This package does not come with a test suite.</para>
120
121 <para>Now, as the <systemitem class="username">root</systemitem> user,
122 issue the following commands to install <application>MesaLib</application>.
123 Again you should adjust the commands if you've installed the X Window
124 System into any prefix other than
125 <filename class="directory">/usr</filename>:</para>
126
127<screen role="root"><userinput>bin/installmesa <replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
128
129 <para>While still the root user, install the modules for
130 Xorg-&xorg7-version; with the following commands.</para>
131
132<screen role="root"><userinput>mkdir -v -p <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri &amp;&amp;
133install -v -m755 lib/*dri* <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri</userinput></screen>
134
135 <para>For Xorg-&xorg-version; <!-- or XFree86-&xfree86-version; -->, use
136 these commands instead:</para>
137
138<screen role="root"><userinput>mkdir -v -p <replaceable>&lt;PREFIX&gt;</replaceable>/lib/modules/dri &amp;&amp;
139install -v -m755 lib/*dri* <replaceable>&lt;PREFIX&gt;</replaceable>/lib/modules/dri</userinput></screen>
140
141 <para>If you've extracted the Demos package as well, then
142 build the test programs with the following commands:</para>
143
144<screen><userinput>sed -i 's@-l$(GLUT_LIB)@@g' configs/default &amp;&amp;
145cd progs/xdemos &amp;&amp;
146make PROGS='glxinfo glxgears'</userinput></screen>
147
148 <para>Install the demos as the
149 <systemitem class="username">root</systemitem> user, again adjusting for
150 the prefix of your X Window System:</para>
151
152<screen role="root"><userinput>install -v -m755 glxinfo glxgears <replaceable>&lt;PREFIX&gt;</replaceable>/bin</userinput></screen>
153
154 <note>
155 <para>If building <xref linkend="xorg7"/>, do not
156 remove the Mesa source tree yet, it will be required to build the
157 X server.</para>
158 </note>
159
160 <para>Finally, if installing to any prefix other than
161 <filename class="directory">/usr</filename>, you should create symlinks
162 to the GL headers in <filename class="directory">/usr/include</filename>.
163 Execute the following command as the
164 <systemitem class="username">root</systemitem> user:</para>
165
166<screen><userinput role="root">ln -s -v <replaceable>&lt;PREFIX&gt;</replaceable>/include/GL /usr/include</userinput></screen>
167
168 </sect2>
169
170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
173 <para><command>find...sed -i
174 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@'...</command>:
175 This command corrects several hard coded references to the X11R6 default
176 installation path.</para>
177
178 <para><command>sed -i 's@lib/modules@lib/X11/modules@'
179 src/glx/x11/dri_glx.c</command>: This command corrects a hard coded
180 reference to the module directory.</para>
181
182 <para><command>bin/installmesa</command>: Mesa uses a custom installation
183 script as opposed to the normal <parameter>install</parameter> make
184 target.</para>
185
186 <para><command>install -v -m755 lib/*dri*
187 <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri</command>:
188 installs the DRI modules.</para>
189
190 <para><command>sed -i 's@-l$(GLUT_LIB)@@g' configs/default</command>:
191 disables linking against GLUT libraries for the demo programs.</para>
192
193 <para><command>make PROGS='glxinfo glxgears'</command>: build only
194 the glxinfo and glxgears programs.</para>
195
196 <para><command>install -v -m755 glxinfo glxgears
197 <replaceable>&lt;PREFIX&gt;</replaceable>/bin</command>:
198 Installs only the glxinfo and glxgears programs.</para>
199
200 </sect2>
201
202 <sect2 role="content">
203 <title>Contents</title>
204
205 <segmentedlist>
206 <segtitle>Installed Programs</segtitle>
207 <segtitle>Installed Libraries</segtitle>
208 <segtitle>Installed Directories</segtitle>
209
210 <seglistitem>
211 <seg>glxgears and glxinfo</seg>
212 <seg>libGL.{so,a}, libGLU.{so,a}, libGLw.{so,a}, libglut.{so,a} and
213 *_dri.so</seg>
214 <seg>$XORG_PREFIX/lib/modules/dri</seg>
215 </seglistitem>
216 </segmentedlist>
217
218 <variablelist>
219 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
220 <?dbfo list-presentation="list"?>
221 <?dbhtml list-presentation="table"?>
222
223 <varlistentry id="glxgears">
224 <term><filename>glxgears</filename></term>
225 <listitem>
226 <para>a GL demo useful for troubleshooting graphics problems.</para>
227 <indexterm zone="mesalib glxgears">
228 <primary sortas="b-glxgears">glxgears</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="glxinfo">
234 <term><filename>glxinfo</filename></term>
235 <listitem>
236 <para>a diagnostic program that displays information about the
237 graphics hardware and installed GL libraries.</para>
238 <indexterm zone="mesalib glxinfo">
239 <primary sortas="b-glxinfo">glxinfo</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 </variablelist>
245
246 </sect2>
247
248</sect1>
Note: See TracBrowser for help on using the repository browser.