source: x/installing/xcb-util.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: 3.8 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 xcb-util-download-http "https://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.xz">
8 <!ENTITY xcb-util-download-ftp " ">
9 <!ENTITY xcb-util-md5sum "34d749eab0fd0ffd519ac64798d79847">
10 <!ENTITY xcb-util-size "261 KB">
11 <!ENTITY xcb-util-buildsize "2.6 MB">
12 <!ENTITY xcb-util-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xcb-util" xreflabel="xcb-util-&xcb-util-version;">
16 <?dbhtml filename="xcb-util.html"?>
17
18
19 <title>xcb-util-&xcb-util-version;</title>
20
21 <indexterm zone="xcb-util">
22 <primary sortas="a-xcb-util">xcb-util</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcb-util</title>
27
28 <para>
29 The <application>xcb-util</application> package provides additional
30 extensions to the <application>XCB</application> library, many that were
31 previously found in <application>Xlib</application>, but are not part of
32 core X protocol.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xcb-util-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xcb-util-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xcb-util-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xcb-util-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xcb-util-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xcb-util-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">xcb-util Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="libxcb"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/> (for documentation)
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of xcb-util</title>
87
88 <para>
89 Install <application>xcb-util</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure $XORG_CONFIG &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="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
118 <seg>libxcb-util.so</seg>
119 <seg>None</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="libxcb-util">
129 <term><filename class="libraryfile">libxcb-util.so</filename></term>
130 <listitem>
131 <para>
132 Provides utility functions for other XCB utilities
133 </para>
134 <indexterm zone="xcb-util libxcb-util">
135 <primary sortas="c-libxcb-util">libxcb-util.so</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.