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

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ac35d3b was f84ad2e, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag most of Chapter 24

  • Property mode set to 100644
File size: 3.7 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 xcb-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
[8e8f8980]8 <!ENTITY xcb-proto-download-ftp " ">
[62a54087]9 <!ENTITY xcb-proto-md5sum "92081b0faafd93f8262463c69829a482">
10 <!ENTITY xcb-proto-size "152 KB">
11 <!ENTITY xcb-proto-buildsize "1.3 MB">
[863f350]12 <!ENTITY xcb-proto-time "less than 0.1 SBU">
[2626874]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
[71df408]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>
[2626874]33
[f84ad2e]34 &lfs120_checked;
[1ed7820]35
[2626874]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[71df408]39 <para>
40 Download (HTTP): <ulink url="&xcb-proto-download-http;"/>
41 </para>
[2626874]42 </listitem>
43 <listitem>
[71df408]44 <para>
45 Download (FTP): <ulink url="&xcb-proto-download-ftp;"/>
46 </para>
[2626874]47 </listitem>
48 <listitem>
[71df408]49 <para>
50 Download MD5 sum: &xcb-proto-md5sum;
51 </para>
[2626874]52 </listitem>
53 <listitem>
[71df408]54 <para>
55 Download size: &xcb-proto-size;
56 </para>
[2626874]57 </listitem>
58 <listitem>
[71df408]59 <para>
60 Estimated disk space required: &xcb-proto-buildsize;
61 </para>
[2626874]62 </listitem>
63 <listitem>
[71df408]64 <para>
65 Estimated build time: &xcb-proto-time;
66 </para>
[2626874]67 </listitem>
68 </itemizedlist>
69
[9377577]70
[2626874]71 <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
[56e7f4e]72
[90be06a6]73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="xorg-env"/> (needed for the instructions below)
76 </para>
77
[60ddbaf]78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="libxml2"/> (required to run the tests)
[1f435a6]81 </para>
[2626874]82
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of xcb-proto</title>
88
[71df408]89 <para>
90 Install <application>xcb-proto</application> by running the following
91 commands:
92 </para>
[2626874]93
[e3dacb9]94<screen><userinput>PYTHON=python3 ./configure $XORG_CONFIG</userinput></screen>
[2626874]95
[71df408]96 <para>
97 To test the results, issue: <command>make check</command>.
98 </para>
[2626874]99
[71df408]100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
[2626874]103
[bb7f58e]104<screen role="root"><userinput>make install</userinput></screen>
[2626874]105
[9d4a59a]106 <para>
107 If you are upgrading from version 1.15.1 or lower, the old pkgconfig
108 file needs to be removed. Issue, as the
109 <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="nodump"><userinput>rm -f $XORG_PREFIX/lib/pkgconfig/xcb-proto.pc</userinput></screen>
113
[2626874]114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
[244e6e56]120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
[2626874]123
124 <seglistitem>
[244e6e56]125 <seg>None</seg>
126 <seg>None</seg>
[4a60a42]127 <seg><envar>$XORG_PREFIX</envar>/share/xcb and
128 <envar>$XORG_PREFIX</envar>/lib/python&python3-majorver;/site-packages/xcbgen</seg>
[2626874]129 </seglistitem>
130 </segmentedlist>
131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.