glfs/x/installing/xcb-util.xml
DJ Lucas 6f60d48cc1 Update to xcb-util-0.3.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7978 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-08-25 05:38:54 +00:00

125 lines
3.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xcb-util-download-http "http://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.bz2">
<!ENTITY xcb-util-download-ftp " ">
<!ENTITY xcb-util-md5sum "13649baa059dcea7779d2b9ff3843888">
<!ENTITY xcb-util-size "264 KB">
<!ENTITY xcb-util-buildsize "4.2 MB">
<!ENTITY xcb-util-time "less than 0.1 SBU">
]>
<sect1 id="xcb-util" xreflabel="xcb-util-&xcb-util-version;">
<?dbhtml filename="xcb-util.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>xcb-util-&xcb-util-version;</title>
<indexterm zone="xcb-util">
<primary sortas="a-xcb-util">xcb-util</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to xcb-util</title>
<para>The <application>xcb-util</application> package provides additional
extensions to the <application>XCB</application> library, many that were
previously found in <application>Xlib</application>, but are not part of
core X protocol.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&xcb-util-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&xcb-util-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &xcb-util-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &xcb-util-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &xcb-util-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &xcb-util-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">xcb-util Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libxcb"/> and
<xref linkend="gperf"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xcb-util"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of xcb-util</title>
<para>Install <application>xcb-util</application> by running the following
commands:</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libxcb-atom.{a,so}, libxcb-aux.{a,so}, libxcb-event.{a,so},
libxcb-icccm.{a,so}, libxcb-image.{a,so}, libxcb-keysyms.{a,so},
libxcb-property.{a,so}, libxcb-render-util.{a,so}, and
libxcb-reply.{a,so}</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="xcb-util-libs">
<term><filename class='libraryfile'>libxcb-*.{so,a}</filename></term>
<listitem>
<para>.</para>
<indexterm zone="xcb-util xcb-util-libs">
<primary sortas="c-xcb-util">libxcb-*.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>