source: x/installing/libxcb.xml@ 93f626c4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 93f626c4 was 93f626c4, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libxcb-1.10. Remove uneeded line from xcb-proto-1.10.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12442 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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 libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
8 <!ENTITY libxcb-download-ftp " ">
9 <!ENTITY libxcb-md5sum "074c335cc4453467eeb234e3dadda700">
10 <!ENTITY libxcb-size "468 KB">
11 <!ENTITY libxcb-buildsize "42 MB (124 MB with doxygen
12 generated documentation)">
13 <!ENTITY libxcb-time "0.3 SBU(additional 0.1 to generate
14 API documentation)">
15]>
16
17<sect1 id="libxcb" xreflabel="libxcb-&libxcb-version;">
18 <?dbhtml filename="libxcb.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libxcb-&libxcb-version;</title>
26
27 <indexterm zone="libxcb">
28 <primary sortas="a-libxcb">libxcb</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libxcb</title>
33
34 <para>The <application>libxcb</application> package provides an interface
35 to the X Window System protocol, which replaces the current Xlib interface.
36 Xlib can also use XCB as a transport layer, allowing software to make
37 requests and receive responses with both.</para>
38
39 &lfs74_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&libxcb-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&libxcb-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &libxcb-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &libxcb-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &libxcb-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &libxcb-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="libXau"/>,
68 <xref linkend="libXdmcp"/> and
69 <xref linkend="xcb-proto"/>
70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="doxygen"/> (to generate API documentation)
75 <xref linkend="check"/> (to run tests) and
76 <xref linkend="libxslt"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/libxcb"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libxcb</title>
86
87 <para>Install <application>libxcb</application> by running the following
88 commands:</para>
89
90<screen><userinput>sed -e "s/pthread-stubs//" -i configure.ac &amp;&amp;
91autoreconf -fiv &amp;&amp;
92./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; \
93 --enable-xinput --enable-xkb &amp;&amp;
94make</userinput></screen>
95
96 <para>To test the results, issue: <command>make check</command>.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed -e "s/pthread-stubs//" -i configure.ac</command>: This
108 sed removes dependency on libpthread-stubs package which is useless on
109 Linux.</para>
110
111 <para><parameter>--enable-xinput</parameter>: This switch enables XCB Xinput
112 extension.</para>
113
114<!-- <para><parameter>-enable-xkb</parameter>: This switch enables XCB XKB
115 extension.</para>
116-->
117 <para><option>--without-doxygen</option>: This switch can be used
118 to disable the API documentation if <xref linkend="doxygen"/> is
119 installed.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>None</seg>
133 <seg>libxcb.so and libxcb-*.so</seg>
134 <seg><envar>$XORG_PREFIX</envar>/include/xcb and
135 <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libxcb-lib">
145 <term><filename class="libraryfile">libxcb.so</filename></term>
146 <listitem>
147 <para>is an interface to the X Window System protocol.</para>
148 <indexterm zone="libxcb libxcb-lib">
149 <primary sortas="c-libxcb">libxcb.so</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.