source: x/lib/mesalib.xml@ cdb3954e

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 cdb3954e was cdb3954e, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added pkg-config dependency to MesaLib

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

  • Property mode set to 100644
File size: 7.7 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><xref linkend="x-window-system"/> or
68 <xref linkend="xorg7"/> Libs and Utilities, <xref linkend="libdrm"/> and
69 <xref linkend="pkgconfig"/></para>
70
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
76 <para><ulink
77 url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
78 provides a demo and a diagnostic program to verify that GL is working
79 properly.</para>
80
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>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/mesalib"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of MesaLib</title>
95
96 <para>If you've installed the X Window System into any prefix other than
97 <filename class="directory">/usr</filename>, then you'll need to adjust the
98 commands below for your system. Correct several hard coded directories
99 in the source files with the following commands:</para>
100
101<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@/usr@g' {} \; &amp;&amp;
102sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
103
104 <para>Install <application>MesaLib</application>
105 by running the following command:</para>
106
107<screen><userinput>make linux-dri</userinput></screen>
108
109 <para>This package does not come with a test suite.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>bin/installmesa /usr &amp;&amp;
114mkdir -v -p /usr/lib/X11/modules/dri &amp;&amp;
115install -v -m755 lib/*dri* /usr/lib/X11/modules/dri</userinput></screen>
116
117 <para>If you've extracted the Demos package as well, then
118 build the test programs with the following commands:</para>
119
120<screen><userinput>sed -i 's@-l$(GLUT_LIB)@@g' configs/default &amp;&amp;
121cd progs/xdemos &amp;&amp;
122make PROGS='glxinfo glxgears'</userinput></screen>
123
124 <para>Install the demos as the
125 <systemitem class="username">root</systemitem> user:</para>
126
127<screen role="root"><userinput>install -v -m755 glxinfo glxgears /usr/bin</userinput></screen>
128
129 <note>
130 <para>If building <xref linkend="xorg7"/>, do not
131 remove the Mesa source tree yet, it will be required to build the
132 X server.</para>
133 </note>
134
135 <para>Finally, if installing to any prefix other than
136 <filename class="directory">/usr</filename>, you should create symlinks
137 to the GL headers in <filename class="directory">/usr/include</filename>.
138 Execute the following command as the
139 <systemitem class="username">root</systemitem> user:</para>
140
141<screen><userinput role="root">ln -s -v <replaceable>&lt;/usr/X11&gt;</replaceable>/include/GL /usr/include</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para><command>find...sed -i 's@/usr/X11R6@/usr@'...</command>: This
149 command corrects several hard coded references to the X11R6 default
150 installation path.</para>
151
152 <para><command>sed -i 's@lib/modules@lib/X11/modules@'
153 src/glx/x11/dri_glx.c</command>: This command corrects a hard coded
154 reference to the module directory.</para>
155
156 <para><command>bin/installmesa</command>: Mesa uses a custom installation
157 script as opposed to the normal <parameter>install</parameter> make
158 target.</para>
159
160 <para><command>install -v -m755 lib/*dri*
161 /usr/lib/X11/modules/dri</command>: installs the DRI modules.</para>
162
163 <para><command>sed -i 's@-l$(GLUT_LIB)@@g' configs/default</command>:
164 disables linking against GLUT libraries for the demo programs.</para>
165
166 <para><command>make PROGS='glxinfo glxgears'</command>: build only
167 the glxinfo and glxgears programs.</para>
168
169 <para><command>install -v -m755 glxinfo glxgears /usr/bin</command>:
170 Installs only the glxinfo and glxgears programs.</para>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>glxgears and glxinfo</seg>
184 <seg>libGL.{so,a}, libGLU.{so,a}, libGLw.{so,a}, libglut.{so,a} and
185 *_dri.so</seg>
186 <seg>$XORG_PREFIX/lib/modules/dri</seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="glxgears">
196 <term><filename>glxgears</filename></term>
197 <listitem>
198 <para>a GL demo useful for troubleshooting graphics problems.</para>
199 <indexterm zone="mesalib glxgears">
200 <primary sortas="b-glxgears">glxgears</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="glxinfo">
206 <term><filename>glxinfo</filename></term>
207 <listitem>
208 <para>a diagnostic program that displays information about the
209 graphics hardware and installed GL libraries.</para>
210 <indexterm zone="mesalib glxinfo">
211 <primary sortas="b-glxinfo">glxinfo</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.