mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
b48c67aa9b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10623 af4574ff-66df-0310-9fd7-8a98e5e911e0
341 lines
10 KiB
XML
341 lines
10 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY mesalib-download-http " ">
|
|
<!ENTITY mesalib-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
|
|
<!ENTITY mesalib-md5sum "d546f988adfdf986cff45b1efa2d8a46">
|
|
<!ENTITY mesalib-size "5.5 MB">
|
|
<!ENTITY mesalib-buildsize "485 MB">
|
|
<!ENTITY mesalib-time "4.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;">
|
|
<?dbhtml filename="mesalib.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</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 3D graphics
|
|
library.
|
|
</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<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: &mesalib-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &mesalib-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &mesalib-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/MesaLib-&mesalib-version;-llvm-3.1-fixes-1.patch"/>
|
|
</para>
|
|
<para>
|
|
Recommended patch:
|
|
<ulink url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-3.patch"/>
|
|
(Needed if testing the Xorg installation per BLFS instructions)
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="expat"/>,
|
|
<xref linkend="libdrm"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="makedepend"/> and
|
|
<xref linkend="xorg7-lib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="llvm"/>
|
|
</para>
|
|
|
|
<note>
|
|
<para>
|
|
The <application>libxml2</application>
|
|
<application>Python</application> module must have been built
|
|
during the installation of <application>libxml2</application>
|
|
or else <application>MesaLib</application> build will fail.
|
|
</para>
|
|
</note>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/mesalib"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of MesaLib</title>
|
|
|
|
<note>
|
|
<para>
|
|
Unlike other packages, the
|
|
<filename>MesaLib-&mesalib-version;.tar.bz2</filename>
|
|
archive will extract to the
|
|
<filename class="directory">Mesa-&mesalib-version;</filename>
|
|
directory.
|
|
</para>
|
|
</note>
|
|
|
|
<para>
|
|
Install <application>MesaLib</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure &&
|
|
patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-3.patch &&
|
|
patch -Np1 -i ../MesaLib-&mesalib-version;-llvm-3.1-fixes-1.patch &&
|
|
./configure --prefix=$XORG_PREFIX \
|
|
--enable-texture-float \
|
|
--enable-gles1 \
|
|
--enable-gles2 \
|
|
--enable-xa \
|
|
--enable-shared-glapi \
|
|
--enable-shared-dricore \
|
|
--enable-glx-tls \
|
|
--with-gallium-drivers="nouveau,r300,r600,svga,swrast" &&
|
|
make</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>make install &&
|
|
mkdir -pv ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &&
|
|
cp -rfv docs/* ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
|
|
|
|
<para>
|
|
Finally, if installing to any prefix other than
|
|
<filename class="directory">/usr</filename>, you should create symlinks
|
|
to the GL headers in <filename class="directory">/usr/include</filename>.
|
|
Execute the following command as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>for GLHEADER in EGL GL GLES GLES2 KHR xa_composite.h xa_context.h xa_tracker.h
|
|
do
|
|
ln -sfv ${XORG_PREFIX}/include/${GLHEADER} /usr/include/${GLHEADER}
|
|
done</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure</command>: by default,
|
|
Mesa builds with debugging symbols. Remove the -g switch from both
|
|
<envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> with this command.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-texture-float</option>: This switch enables
|
|
floating-point textures and renderbuffers. Please consult
|
|
<filename>docs/patents.txt</filename> to see if there are
|
|
any legal issues if you use this feature.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-gles1</option>: This switch enables support for
|
|
OpenGL ES 1.x API.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-gles2</option>: This switch enables support for
|
|
OpenGL ES 2.x API.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-xa</option>: This switch enables building of the
|
|
XA X Acceleration API (Required for VMware 3D Driver).
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-shared-glapi</option>: This switch enables building
|
|
of the shared glapi library.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-shared-dricore</option>: This switch enables linking
|
|
of the DRI modules with shared core DRI routines.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-glx-tls</option>: This switch enables TLS support
|
|
in GLX.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--with-gallium-drivers="..."</parameter>: This parameter
|
|
controls which Gallium drivers should be built. Available drivers are:
|
|
i915, nouveau, r300, r600, swrast and svga. Note that you will need to
|
|
remove r300 and r600 from the list if you haven't installed
|
|
<xref linkend="llvm"/>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Optionally Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
glxgears and glxinfo
|
|
</seg>
|
|
<seg>
|
|
libEGL.so, libglapi.so, libGLESv1_CM.so, libGLESv2.so,
|
|
libGL.so, libGLU.so and libxatracker.so
|
|
</seg>
|
|
<seg>
|
|
<envar>$XORG_PREFIX</envar>/include/{EGL,GL,GLES,GLES2,KHR},
|
|
<envar>$XORG_PREFIX</envar>/lib/dri, and
|
|
<envar>$XORG_PREFIX</envar>/share/doc/MesaLib-&mesalib-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="glxgears">
|
|
<term><filename>glxgears</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is a GL demo useful for troubleshooting graphics
|
|
problems.
|
|
</para>
|
|
<indexterm zone="mesalib glxgears">
|
|
<primary sortas="b-glxgears">glxgears</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="glxinfo">
|
|
<term><filename>glxinfo</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is a diagnostic program that displays information about the
|
|
graphics hardware and installed GL libraries.
|
|
</para>
|
|
<indexterm zone="mesalib glxinfo">
|
|
<primary sortas="b-glxinfo">glxinfo</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libEGL">
|
|
<term><filename class='libraryfile'>libEGL.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
provides a native platform graphics interface as defined by
|
|
the EGL-1.4 specification.
|
|
</para>
|
|
<indexterm zone="mesalib libEGL">
|
|
<primary sortas="c-libGL">libEGL.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libGL">
|
|
<term><filename class='libraryfile'>libGL.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the main OpenGL library.
|
|
</para>
|
|
<indexterm zone="mesalib libGL">
|
|
<primary sortas="c-libGL">libGL.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libGLU">
|
|
<term><filename class='libraryfile'>libGLU.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the OpenGL Utility library.
|
|
</para>
|
|
<indexterm zone="mesalib libGLU">
|
|
<primary sortas="c-libGLU">libGLU.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libxatracker">
|
|
<term><filename class='libraryfile'>libxatracker.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the library that provides XA X Acceleration API.
|
|
</para>
|
|
<indexterm zone="mesalib libxatracker">
|
|
<primary sortas="c-libxatracker">libxatracker.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|