2006-05-05 15:01:37 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2006-05-05 15:01:37 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY x7proto-download-http "http://xorg.freedesktop.org/releases/individual/proto/">
|
2007-01-19 13:06:26 +08:00
|
|
|
<!ENTITY x7proto-download-ftp "ftp://ftp.x.org/pub/individual/proto/">
|
2007-05-25 06:10:36 +08:00
|
|
|
<!ENTITY x7proto-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
|
2007-05-26 06:09:39 +08:00
|
|
|
<!ENTITY x7proto-size "1.4 MB">
|
2006-06-22 00:26:07 +08:00
|
|
|
<!-- Editors note: Because we recommend a scripted build that removes
|
|
|
|
the source directories after installation, the xorg buildsizes are
|
|
|
|
determined by the sum of all package source tarballs, the size of
|
|
|
|
installed files, and the size of the largest package's build
|
2006-05-05 15:01:37 +08:00
|
|
|
directory after running make install. -->
|
2006-05-25 14:52:00 +08:00
|
|
|
<!ENTITY x7proto-buildsize "4.0 MB">
|
2006-05-05 15:01:37 +08:00
|
|
|
<!ENTITY x7proto-time "0.2 SBU">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="xorg7-proto" xreflabel="Xorg Protocol Headers">
|
|
|
|
<?dbhtml filename="x7proto.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2007-01-18 20:14:27 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2006-05-05 15:01:37 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Xorg Protocol Headers</title>
|
|
|
|
|
|
|
|
<indexterm zone="xorg7-proto">
|
|
|
|
<primary sortas="a-xorg7-proto">Xorg Protocol Headers</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
2006-08-15 21:20:49 +08:00
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Xorg Protocol Headers</title>
|
|
|
|
|
|
|
|
<para>The <application>Xorg</application> protocol headers provide the
|
|
|
|
header files required to build the system, and to allow other
|
|
|
|
applications to build against the installed X Window system.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&x7proto-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&x7proto-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: <ulink url="&x7proto-md5sum;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &x7proto-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &x7proto-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &x7proto-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
|
|
|
|
|
|
|
|
</sect2>
|
2006-05-15 13:51:34 +08:00
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Downloading Xorg Protocol Headers</title>
|
|
|
|
|
|
|
|
<para>To download the needed files using <application>wget</application>,
|
|
|
|
use the following commands:</para>
|
|
|
|
|
2007-05-25 06:10:36 +08:00
|
|
|
<screen><userinput>wget &files-anduin;/xorg/proto-&xorg7-version;.wget &&
|
2006-05-05 15:01:37 +08:00
|
|
|
mkdir proto &&
|
|
|
|
cd proto &&
|
2007-05-31 15:26:14 +08:00
|
|
|
grep -v '^#' ../proto-&xorg7-version;.wget | wget -i- \
|
|
|
|
-B http://xorg.freedesktop.org/releases/individual/proto/</userinput></screen>
|
2006-05-05 15:01:37 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Xorg Protocol Headers</title>
|
|
|
|
|
|
|
|
<para>Install the <application>Xorg</application> protocol headers
|
|
|
|
by running the following commands for each package to be installed.</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
|
|
|
|
|
2006-05-18 12:10:49 +08:00
|
|
|
<para>These packages do not provide test suites.</para>
|
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
<para>Now as the <systemitem class="username">root</systemitem>
|
|
|
|
user:</para>
|
|
|
|
|
2006-08-15 21:20:49 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2006-05-05 15:01:37 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-02-04 04:59:18 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2007-02-07 00:35:47 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2007-02-04 04:59:18 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2007-02-07 02:38:47 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
2007-02-04 04:59:18 +08:00
|
|
|
<seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
|
|
|
|
include/X11, include/GL, and lib/pkgconfig</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
</sect1>
|