glfs/x/lib/mesalib.xml

152 lines
5.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY mesalib-download-http "http://prdownloads.sourceforge.net/mesa3d/MesaLib-&mesalib-version;.tar.bz2">
<!ENTITY mesalib-download-ftp " ">
<!ENTITY mesalib-md5sum "7674d2c603b5834259e4e5a820cefd5b">
<!ENTITY mesalib-size "3.9 MB">
<!ENTITY mesalib-buildsize "672 MB">
<!ENTITY mesalib-time "2.2 SBU">
]>
<sect1 id="MesaLib" xreflabel="MesaLib-&mesalib-version;">
<?dbhtml filename="mesalib.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">MesaLib-&mesalib-version;.tar</keyword>
<keyword role="ftpdir">MesaLib</keyword>
</keywordset>
</sect1info>
<title>MesaLib-&mesalib-version;</title>
<indexterm zone="MesaLib">
<primary sortas="a-MesaLib">MesaLib</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to MesaLib</title>
<para><application>Mesa</application> is an OpenGL compatible 3-D graphics
library.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&mesalib-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&mesalib-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &mesalib-md5sum;</para>
</listitem>
<listitem>
<para>Download size (including Recommended downloads):
&mesalib-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required (including Recommended downloads):
&mesalib-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time (including Recommended downloads):
&mesalib-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>, or
<!--<xref linkend="xorg7"/>--> Xorg-7.0 Libs and Utilities), and
<xref linkend="libdrm"/></para>
<bridgehead renderas="sect3">Recommended Downloads</bridgehead>
<para><ulink
url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
provides a working <filename class='libraryfile'>libglut</filename>
(needed for the demos).</para>
<para><ulink
url="http://prdownloads.sourceforge.net/mesa3d/MesaDemos-&mesalib-version;.tar.bz2"/>
provides demos and a test program to verify that DRI is working as expected.</para>
<note>
<para>You should extract all three tarballs from the same toplevel
directory. All three files will extract to the
<filename class="directory">Mesa-&mesalib-version;</filename>
directory.</para>
</note>
</sect2>
<sect2 role="installation">
<title>Installation of MesaLib</title>
<para>If you've installed the X Window System into any prefix other than
<filename class="directory">/usr/X11R6</filename>, then execute the
following commands to correct several hard coded directory assumptions in
the source files. Be sure to replace '<replaceable>[prefix]</replaceable>'
with the installation prefix of your installed X Window System:</para>
<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>[prefix]</replaceable>@g' {} \;</userinput></screen>
<para>Install <application>MesaLib</application>
by running the following command:</para>
<screen><userinput>make linux-dri</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>bin/installmesa <replaceable>[prefix]</replaceable> &amp;&amp;
mkdir -v -p <replaceable>[prefix]</replaceable>/lib/modules/dri &amp;&amp;
install -v -o root -m 0755 lib/*dri* <replaceable>[prefix]</replaceable>/lib/modules/dri</userinput></screen>
<para>If you've extracted the GLUT and Demos packages as well, then
build the test programs with the following commands:</para>
<screen><userinput>cd progs/xdemos &amp;&amp;
make PROGS='glxinfo glxgears'</userinput></screen>
<para>Install the demos as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -o root -m 0755 glxinfo glxgears <replaceable>[prefix]</replaceable>/bin</userinput></screen>
<note>
<para>If building Xorg-7.0<!--<xref linkend="xorg7"/>-->, do not
remove the Mesa source tree yet, it will be required to build the
X server.</para>
</note>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>glxgears and glxinfo</seg>
<seg>libGL.[so,a], libGLU.[so,a], libGLw.[so,a], libglut.[so,a] and
*_dri.so</seg>
<seg>$XORG_PREFIX/lib/modules/dri</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>