source: x/lib/glu.xml@ ffef0bb

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since ffef0bb was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • 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.xz">
9 <!ENTITY glu-md5sum "2b0f13fa5b949bfb3a995927c6e35125">
10 <!ENTITY glu-size "428 KB">
11 <!ENTITY glu-buildsize "9.2 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
19 <title>GLU-&glu-version;</title>
20
21 <indexterm zone="glu">
22 <primary sortas="a-GLU">GLU</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GLU</title>
27
28 <para>
29 This package provides the Mesa OpenGL Utility library.
30 </para>
31
32 &lfs113_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&glu-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&glu-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &glu-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &glu-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &glu-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &glu-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">GLU Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="mesa"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/glu"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GLU</title>
83
84 <para>
85 Install <application>GLU</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92meson setup .. \
93 --prefix=$XORG_PREFIX \
94 -Dgl_provider=gl \
95 --buildtype=release &amp;&amp;
96ninja</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>ninja install &amp;&amp;
107rm -vf /usr/lib/libGLU.a</userinput></screen>
108
109 </sect2>
110
111 <!--
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 </sect2>
119 -->
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libGLU.so
135 </seg>
136 <seg>
137 None
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libGLU">
148 <term><filename class="libraryfile">libGLU.so</filename></term>
149 <listitem>
150 <para>
151 is the <application>Mesa</application> OpenGL
152 Utility library
153 </para>
154 <indexterm zone="glu libGLU">
155 <primary sortas="c-libGLU">libGLU.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.