source: x/installing/xcb-util.xml@ 18aa9339

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 18aa9339 was 18aa9339, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Lots of tags for X

  • Property mode set to 100644
File size: 4.0 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 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 &lfs113_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 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/xcb-util"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of xcb-util</title>
90
91 <para>
92 Install <application>xcb-util</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libxcb-util.so</seg>
122 <seg>None</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="libxcb-util">
132 <term><filename class="libraryfile">libxcb-util.so</filename></term>
133 <listitem>
134 <para>
135 Provides utility functions for other XCB utilities
136 </para>
137 <indexterm zone="xcb-util libxcb-util">
138 <primary sortas="c-libxcb-util">libxcb-util.so</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.