source: x/installing/xcb-util.xml@ 8ad99f0f

lazarus trunk
Last change on this file since 8ad99f0f was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[573f39f]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
[83afe30]7 <!ENTITY xcb-util-download-http "https://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.xz">
[d30dd618]8 <!ENTITY xcb-util-download-ftp " ">
[83afe30]9 <!ENTITY xcb-util-md5sum "34d749eab0fd0ffd519ac64798d79847">
10 <!ENTITY xcb-util-size "261 KB">
[8eb4efc]11 <!ENTITY xcb-util-buildsize "2.6 MB">
[c627795]12 <!ENTITY xcb-util-time "less than 0.1 SBU">
[573f39f]13]>
14
15<sect1 id="xcb-util" xreflabel="xcb-util-&xcb-util-version;">
16 <?dbhtml filename="xcb-util.html"?>
17
18
19 <title>xcb-util-&xcb-util-version;</title>
20
21 <indexterm zone="xcb-util">
22 <primary sortas="a-xcb-util">xcb-util</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcb-util</title>
27
[c627795]28 <para>
29 The <application>xcb-util</application> package provides additional
30 extensions to the <application>XCB</application> library, many that were
31 previously found in <application>Xlib</application>, but are not part of
32 core X protocol.
33 </para>
[573f39f]34
[b9874725]35 &lfs121_checked;
[1ed7820]36
[573f39f]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[c627795]40 <para>
41 Download (HTTP): <ulink url="&xcb-util-download-http;"/>
42 </para>
[573f39f]43 </listitem>
44 <listitem>
[c627795]45 <para>
46 Download (FTP): <ulink url="&xcb-util-download-ftp;"/>
47 </para>
[573f39f]48 </listitem>
49 <listitem>
[c627795]50 <para>
51 Download MD5 sum: &xcb-util-md5sum;
52 </para>
[573f39f]53 </listitem>
54 <listitem>
[c627795]55 <para>
56 Download size: &xcb-util-size;
57 </para>
[573f39f]58 </listitem>
59 <listitem>
[c627795]60 <para>
61 Estimated disk space required: &xcb-util-buildsize;
62 </para>
[573f39f]63 </listitem>
64 <listitem>
[c627795]65 <para>
66 Estimated build time: &xcb-util-time;
67 </para>
[573f39f]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">xcb-util Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
[c627795]74 <para role="required">
75 <xref linkend="libxcb"/>
76 </para>
[573f39f]77
[19b6270a]78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/> (for documentation)
81 </para>
82
[573f39f]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of xcb-util</title>
87
[c627795]88 <para>
89 Install <application>xcb-util</application> by running the following
90 commands:
91 </para>
[573f39f]92
[cd6d455]93<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
[573f39f]94make</userinput></screen>
95
[71df408]96 <para>
97 This package does not come with a test suite.
98 </para>
[573f39f]99
[c627795]100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
[573f39f]103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
[0d7900a]107
[573f39f]108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
[7f2e11c]112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directories</segtitle>
[573f39f]115
116 <seglistitem>
[7f2e11c]117 <seg>None</seg>
[a78e0c4]118 <seg>libxcb-util.so</seg>
[7f2e11c]119 <seg>None</seg>
[573f39f]120 </seglistitem>
121 </segmentedlist>
[7c472863]122
[573f39f]123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
[7c472863]128 <varlistentry id="libxcb-util">
[4c24eb0a]129 <term><filename class="libraryfile">libxcb-util.so</filename></term>
[573f39f]130 <listitem>
[c627795]131 <para>
[4c24eb0a]132 Provides utility functions for other XCB utilities
[c627795]133 </para>
[7c472863]134 <indexterm zone="xcb-util libxcb-util">
[a78e0c4]135 <primary sortas="c-libxcb-util">libxcb-util.so</primary>
[573f39f]136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
[7c472863]141
[573f39f]142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.