source: x/installing/xcb-util.xml@ a70b1d13

11.0 11.1 11.2 11.3 12.0 12.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 a70b1d13 was a70b1d13, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

  • 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.bz2">
8 <!ENTITY xcb-util-download-ftp " ">
9 <!ENTITY xcb-util-md5sum "2e97feed81919465a04ccc71e4073313">
10 <!ENTITY xcb-util-size "292 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>xcb-util-&xcb-util-version;</title>
23
24 <indexterm zone="xcb-util">
25 <primary sortas="a-xcb-util">xcb-util</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to xcb-util</title>
30
31 <para>
32 The <application>xcb-util</application> package provides additional
33 extensions to the <application>XCB</application> library, many that were
34 previously found in <application>Xlib</application>, but are not part of
35 core X protocol.
36 </para>
37
38 &lfs110_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xcb-util-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xcb-util-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xcb-util-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xcb-util-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xcb-util-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xcb-util-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">xcb-util Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libxcb"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> (for documentation)
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/xcb-util"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of xcb-util</title>
93
94 <para>
95 Install <application>xcb-util</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>None</seg>
124 <seg>libxcb-util.so</seg>
125 <seg>None</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="libxcb-util">
135 <term><filename class="libraryfile">libxcb-util.so</filename></term>
136 <listitem>
137 <para>
138 Provides utility functions for other XCB utilities
139 </para>
140 <indexterm zone="xcb-util libxcb-util">
141 <primary sortas="c-libxcb-util">libxcb-util.so</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.