source: x/lib/libepoxy.xml

trunk
Last change on this file was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libepoxy-download-http "&gnome-download-http;/libepoxy/&libepoxy-minor;/libepoxy-&libepoxy-version;.tar.xz">
8 <!ENTITY libepoxy-download-ftp " ">
9 <!ENTITY libepoxy-md5sum "10c635557904aed5239a4885a7c4efb7">
10 <!ENTITY libepoxy-size "220 KB">
11 <!ENTITY libepoxy-buildsize "13 MB (with tests)">
12 <!ENTITY libepoxy-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="libepoxy" xreflabel="libepoxy-&libepoxy-version;">
16 <?dbhtml filename="libepoxy.html"?>
17
18
19 <title>libepoxy-&libepoxy-version;</title>
20
21 <indexterm zone="libepoxy">
22 <primary sortas="a-libepoxy">libepoxy</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libepoxy</title>
27
28 <para>
29 <application>libepoxy</application> is a library for handling OpenGL
30 function pointer management.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libepoxy-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libepoxy-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libepoxy-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libepoxy-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libepoxy-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libepoxy-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libepoxy Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="mesa"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="doxygen"/> (for documentation)
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libepoxy</title>
85
86 <para>
87 Install <application>libepoxy</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
95ninja</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>ninja test</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>ninja install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/meson-buildtype-release.xml"/>
114
115 <para>
116 <option>-Ddocs=true</option>: If you have <xref linkend="doxygen"/>
117 installed, add this option to generate additional documentation.
118 </para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libepoxy.so
136 </seg>
137 <seg>
138 /usr/include/epoxy
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148
149 <varlistentry id="libepoxy-lib">
150 <term><filename class="libraryfile">libepoxy.so</filename></term>
151 <listitem>
152 <para>
153 contains API functions for handling OpenGL function
154 pointer management
155 </para>
156 <indexterm zone="libepoxy libepoxy-lib">
157 <primary sortas="c-libepoxy">libepoxy.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.