mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to MesaLib-7.9.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8835 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c4195a6cf3
commit
11ad0b0a7f
@ -531,7 +531,7 @@ $Date$
|
||||
<!ENTITY libxklavier-version "5.0">
|
||||
<!ENTITY freeglut-version "2.6.0">
|
||||
<!ENTITY goffice-version "0.8.10">
|
||||
<!ENTITY mesalib-version "7.8.2">
|
||||
<!ENTITY mesalib-version "7.9">
|
||||
<!-- The xulrunner version also appears in the firefox mozconfig as a literal -->
|
||||
<!ENTITY xulrunner-version "1.9.2.13">
|
||||
<!ENTITY webkitgtk-version "1.2.5">
|
||||
|
@ -56,6 +56,9 @@
|
||||
<listitem>
|
||||
<para>[dj] - Updated to libxcb-1.7.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Updated to MesaLib-7.9.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -6,15 +6,10 @@
|
||||
|
||||
<!ENTITY mesalib-download-http " ">
|
||||
<!ENTITY mesalib-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
|
||||
<!ENTITY mesalib-md5sum "6be2d343a0089bfd395ce02aaf8adb57">
|
||||
<!ENTITY mesalib-size "4.9 MB">
|
||||
<!ENTITY mesalib-buildsize "226 MB">
|
||||
<!ENTITY mesalib-time "3.0 SBU">
|
||||
|
||||
<!ENTITY mesademos-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaDemos-&mesalib-version;.tar.bz2">
|
||||
<!ENTITY mesademos-md5sum "757d9e2e06f48b1a52848be9b0307ced">
|
||||
<!ENTITY mesademos-size "15.5 MB">
|
||||
|
||||
<!ENTITY mesalib-md5sum "82c740c49d572baa6da2b1a1eee90bca">
|
||||
<!ENTITY mesalib-size "5.4 MB">
|
||||
<!ENTITY mesalib-buildsize "249 MB">
|
||||
<!ENTITY mesalib-time "3.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;">
|
||||
@ -55,39 +50,15 @@
|
||||
&mesalib-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required (including recommended download):
|
||||
<para>Estimated disk space required:
|
||||
&mesalib-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time (including recommended download):
|
||||
<para>Estimated build time:
|
||||
&mesalib-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Download</bridgehead>
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<title>Recommended demonstration and diagnostic utilities for
|
||||
verifying OpenGL operation</title>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&mesademos-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &mesademos-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &mesademos-size;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<note><para>Mesa's GLUT library is not released under a free software
|
||||
license, and is no longer tested by the BLFS developers. Permission
|
||||
is granted by the copyright holder of MesaGLUT for its use within the Mesa
|
||||
distribution. <xref linkend="freeglut"/> is recommended over Mesa's GLUT
|
||||
library.</para></note>
|
||||
-->
|
||||
|
||||
<bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -108,10 +79,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of MesaLib</title>
|
||||
|
||||
<para>Extract both tarballs from the same top-level directory as both
|
||||
will extract to the
|
||||
<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>
|
||||
directory.</para></note>
|
||||
|
||||
<para>Install <application>MesaLib</application> by running the following
|
||||
commands:</para>
|
||||
@ -129,11 +101,6 @@ install -v -m755 -d ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &&
|
||||
install -v -m644 docs/* \
|
||||
${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
|
||||
|
||||
<para>If you built the demo programs, install them using the following
|
||||
command as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 progs/xdemos/glx{info,gears} ${XORG_PREFIX}/bin</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>.
|
||||
|
Loading…
Reference in New Issue
Block a user