source: x/lib/glu.xml@ 38489aa0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 38489aa0 was 38489aa0, checked in by Pierre Labastie <pieere@…>, 5 years ago

Tags

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

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY glu-download-http " ">
8 <!ENTITY glu-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.bz2">
9 <!ENTITY glu-md5sum "be9249132ff49275461cf92039083030">
10 <!ENTITY glu-size "484 KB">
11 <!ENTITY glu-buildsize "13 MB">
12 <!ENTITY glu-time "0.2 SBU">
13]>
14
15<sect1 id="glu" xreflabel="GLU-&glu-version;">
16 <?dbhtml filename="glu.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GLU-&glu-version;</title>
24
25 <indexterm zone="glu">
26 <primary sortas="a-GLU">GLU</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GLU</title>
31
32 <para>
33 This package provides the Mesa OpenGL Utility library.
34 </para>
35
36 &lfs84_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 GLU Download (HTTP): <ulink url="&glu-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 GLU Download (FTP): <ulink url="&glu-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 GLU Download MD5 sum: &glu-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 GLU Download size: &glu-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated GLU disk space required: &glu-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated GLU build time: &glu-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GLU Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="mesa"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/glu"/>
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GLU</title>
87
88 <para>
89 Install <application>GLU</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/static-libraries.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 libGLU.so
130 </seg>
131 <seg>
132 None
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libGLU">
143 <term><filename class="libraryfile">libGLU.so</filename></term>
144 <listitem>
145 <para>
146 is the <application>Mesa</application> OpenGL
147 Utility library.
148 </para>
149 <indexterm zone="glu libGLU">
150 <primary sortas="c-libGLU">libGLU.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.