source: x/installing/xcb-proto.xml@ e5324803

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
8 <!ENTITY xcb-proto-download-ftp " ">
9 <!ENTITY xcb-proto-md5sum "d2251b01927c2fbe92dc540f9536b430">
10 <!ENTITY xcb-proto-size "145 KB">
11 <!ENTITY xcb-proto-buildsize "2.3 MB">
12 <!ENTITY xcb-proto-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xcb-proto" xreflabel="xcb-proto-&xcb-proto-version;">
16 <?dbhtml filename="xcb-proto.html"?>
17
18
19 <title>xcb-proto-&xcb-proto-version;</title>
20
21 <indexterm zone="xcb-proto">
22 <primary sortas="a-xcb-proto">xcb-proto</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcb-proto</title>
27
28 <para>
29 The <application>xcb-proto</application> package provides the
30 XML-XCB protocol descriptions that <application>libxcb</application>
31 uses to generate the majority of its code and API.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xcb-proto-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xcb-proto-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xcb-proto-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xcb-proto-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xcb-proto-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xcb-proto-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70
71 <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="xorg-env"/> (needed for the instructions below)
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="libxml2"/> (required to run the tests)
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/xcb-proto"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of xcb-proto</title>
90
91 <para>
92 Install <application>xcb-proto</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>PYTHON=python3 ./configure $XORG_CONFIG</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 <para>
109 If you are upgrading from version 1.15.1 or lower, the old pkgconfig
110 file needs to be removed. Issue, as the
111 <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="nodump"><userinput>rm -f $XORG_PREFIX/lib/pkgconfig/xcb-proto.pc</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>None</seg>
128 <seg>None</seg>
129 <seg><envar>$XORG_PREFIX</envar>/share/xcb and
130 <envar>$XORG_PREFIX</envar>/lib/python&python3-majorver;/site-packages/xcbgen</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.