source: x/installing/libxcb.xml@ 6fdbe40

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 6fdbe40 was 18aa9339, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Lots of tags for X

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[2626874]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
[d1afdf5]7 <!ENTITY libxcb-download-http "https://xorg.freedesktop.org/archive/individual/lib/libxcb-&libxcb-version;.tar.xz">
[8e8f8980]8 <!ENTITY libxcb-download-ftp " ">
[c59adc0]9 <!ENTITY libxcb-md5sum "39c0fc337e738ad6c908e7cce90957d0">
10 <!ENTITY libxcb-size "440 KB">
[d1afdf5]11 <!ENTITY libxcb-buildsize "27 MB (with tests, add 62 MB for doxygen docs)">
[26dbe9a]12 <!ENTITY libxcb-time "0.2 SBU (with tests, add 1.4 SBU for doxygen docs)">
[2626874]13]>
14
15<sect1 id="libxcb" xreflabel="libxcb-&libxcb-version;">
16 <?dbhtml filename="libxcb.html"?>
17
18
19 <title>libxcb-&libxcb-version;</title>
20
21 <indexterm zone="libxcb">
22 <primary sortas="a-libxcb">libxcb</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libxcb</title>
27
[71df408]28 <para>
29 The <application>libxcb</application> package provides an interface to
30 the X Window System protocol, which replaces the current Xlib interface.
31 Xlib can also use XCB as a transport layer, allowing software to make
32 requests and receive responses with both.
33 </para>
[2626874]34
[18aa9339]35 &lfs113_checked;
[1ed7820]36
[2626874]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[71df408]40 <para>
41 Download (HTTP): <ulink url="&libxcb-download-http;"/>
42 </para>
[2626874]43 </listitem>
44 <listitem>
[71df408]45 <para>
46 Download (FTP): <ulink url="&libxcb-download-ftp;"/>
47 </para>
[2626874]48 </listitem>
49 <listitem>
[71df408]50 <para>
51 Download MD5 sum: &libxcb-md5sum;
52 </para>
[2626874]53 </listitem>
54 <listitem>
[71df408]55 <para>
56 Download size: &libxcb-size;
57 </para>
[2626874]58 </listitem>
59 <listitem>
[71df408]60 <para>
61 Estimated disk space required: &libxcb-buildsize;
62 </para>
[2626874]63 </listitem>
64 <listitem>
[71df408]65 <para>
66 Estimated build time: &libxcb-time;
67 </para>
[2626874]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
[4784037]74 <para role="required">
[5159bc2]75 <xref linkend="libXau"/> and
[4784037]76 <xref linkend="xcb-proto"/>
77 </para>
[2626874]78
[2e399a6a]79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="libXdmcp"/>
82 </para>
83
[2626874]84 <bridgehead renderas="sect4">Optional</bridgehead>
[4784037]85 <para role="optional">
[24e5f9d]86 <xref linkend="doxygen"/> (to generate API documentation) and
[93f626c4]87 <xref linkend="libxslt"/>
[4784037]88 </para>
[2626874]89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/libxcb"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libxcb</title>
97
[71df408]98 <para>
99 Install <application>libxcb</application> by running the following
100 commands:
101 </para>
[2626874]102
[a8ab4fa]103<screen><userinput>PYTHON=python3 \
[5a86470]104./configure $XORG_CONFIG \
[b8dff090]105 --without-doxygen \
[a3cbbb8]106 --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
[2626874]107make</userinput></screen>
108
[71df408]109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
[2626874]112
[71df408]113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
[2626874]116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
[5a86470]124 <para>
125 <parameter>PYTHON=python3</parameter>: This variable forces configure to
126 use python3 instead of python2. The configure script for this package
127 will automatically default to python2 if it is present.
128 </para>
129
[71df408]130 <para>
131 <parameter>--without-doxygen</parameter>: Do not use doxygen to
132 generate API documentation (default: auto). Without it, if
133 <xref linkend="doxygen"/> is installed, the API documentation will be
134 generated and installed.
135 </para>
[2626874]136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
[b8dff090]148 <seg>
149 None
150 </seg>
151 <seg>
152 libxcb.so, libxcb-composite.so, libxcb-damage.so, libxcb-dpms.so,
153 libxcb-dri2.so, libxcb-dri3.so, libxcb-glx.so, libxcb-present.so,
154 libxcb-randr.so, libxcb-record.so, libxcb-render.so, libxcb-res.so,
155 libxcb-screensaver.so, libxcb-shape.so, libxcb-shm.so, libxcb-sync.so,
[49df687a]156 libxcb-xf86dri.so, libxcb-xfixes.so,
[b8dff090]157 libxcb-xinerama.so, libxcb-xinput.so, libxcb-xkb.so,
[49df687a]158 libxcb-xtest.so, libxcb-xvmc.so, and libxcb-xv.so
[b8dff090]159 </seg>
160 <seg>
161 <envar>$XORG_PREFIX</envar>/include/xcb and
162 <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;
163 </seg>
[2626874]164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="libxcb-lib">
[bb7f58e]173 <term><filename class="libraryfile">libxcb.so</filename></term>
[2626874]174 <listitem>
[71df408]175 <para>
[4c24eb0a]176 is an interface to the X Window System protocol
[71df408]177 </para>
[2626874]178 <indexterm zone="libxcb libxcb-lib">
[bb7f58e]179 <primary sortas="c-libxcb">libxcb.so</primary>
[2626874]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.