glfs/x/installing/xcb-proto.xml
DJ Lucas ce666abdf4 Removed unneeded make commnad from xcb-proto instructions.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7984 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-08-25 06:47:37 +00:00

106 lines
3.4 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-proto-download-http "http://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2">
<!ENTITY xcb-proto-download-ftp " ">
<!-- <!ENTITY xcb-proto-download-ftp "ftp://ftp.x.org/pub/current/src/extras/xcb-proto-&xcb-proto-version;.tar.bz2"> -->
<!ENTITY xcb-proto-md5sum "7d0481790104a10ff9174895ae954533">
<!ENTITY xcb-proto-size "92 KB">
<!ENTITY xcb-proto-buildsize "1.1 MB">
<!ENTITY xcb-proto-time "less than 0.1 SBU">
]>
<sect1 id="xcb-proto" xreflabel="xcb-proto-&xcb-proto-version;">
<?dbhtml filename="xcb-proto.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>xcb-proto-&xcb-proto-version;</title>
<indexterm zone="xcb-proto">
<primary sortas="a-xcb-proto">xcb-proto</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to xcb-proto</title>
<para>The <application>xcb-proto</application> package provides the
XML-XCB protocol descriptions that <application>libxcb</application>
uses to generate the majority of its code and API.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&xcb-proto-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&xcb-proto-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &xcb-proto-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &xcb-proto-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &xcb-proto-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &xcb-proto-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional (required to run the
tests)</bridgehead>
<para role="optional"><xref linkend="libxml2"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xcb-proto"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of xcb-proto</title>
<para>Install <application>xcb-proto</application> by running the following
commands:</para>
<screen><userinput>./configure $XORG_CONFIG</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 &amp;&amp;
install -dv -m755 ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version; &amp;&amp;
install -v -m644 doc/* ${XORG_PREFIX}/share/doc/xcb-proto-&xcb-proto-version;</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg><envar>$XORG_PREFIX</envar>/share/xcb</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>