source: x/installing/x7proto.xml@ 3b69a2aa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b69a2aa was 3b69a2aa, checked in by DJ Lucas <dj@…>, 13 years ago

Separated Xorg Utilities packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8863 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[3f72a148]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f72a148]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY x7proto-download-http "http://xorg.freedesktop.org/releases/individual/proto/">
[8f1faf9f]8 <!ENTITY x7proto-download-ftp "ftp://ftp.x.org/pub/individual/proto/">
[1c96292]9 <!ENTITY x7proto-wget "&files-anduin;/xorg/proto-&xorg7-release;.wget">
10 <!ENTITY x7proto-md5sum "&files-anduin;/xorg/proto-&xorg7-release;.md5">
[7bd417e]11 <!ENTITY x7proto-size "1.9 MB">
[9f12e36]12<!-- Editors note: Because we recommend a scripted build that removes
13 the source directories after installation, the xorg buildsizes are
14 determined by the sum of all package source tarballs, the size of
15 installed files, and the size of the largest package's build
[3f72a148]16 directory after running make install. -->
[7bd417e]17 <!ENTITY x7proto-buildsize "10.2 MB">
18 <!ENTITY x7proto-time "0.8 SBU">
[3f72a148]19
20]>
21
22<sect1 id="xorg7-proto" xreflabel="Xorg Protocol Headers">
23 <?dbhtml filename="x7proto.html"?>
24
25 <sect1info>
[93f3de5]26 <othername>$LastChangedBy$</othername>
27 <date>$Date$</date>
[3f72a148]28 </sect1info>
29
30 <title>Xorg Protocol Headers</title>
31
32 <indexterm zone="xorg7-proto">
33 <primary sortas="a-xorg7-proto">Xorg Protocol Headers</primary>
34 </indexterm>
35
[5e8be1c]36 <sect2 role="package">
37 <title>Introduction to Xorg Protocol Headers</title>
38
39 <para>The <application>Xorg</application> protocol headers provide the
40 header files required to build the system, and to allow other
41 applications to build against the installed X Window system.</para>
42
[3b69a2aa]43 &lfs67_checked;
[ca0c29cc]44
[5e8be1c]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&x7proto-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&x7proto-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: <ulink url="&x7proto-md5sum;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download size: &x7proto-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &x7proto-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &x7proto-time;</para>
64 </listitem>
65 </itemizedlist>
66
[4487494]67 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
68 <itemizedlist spacing="compact">
69 <listitem>
70 <para>Required download list: <ulink url="&x7proto-wget;"/></para>
71 </listitem>
72 </itemizedlist>
73
[b8a1c6d]74 <bridgehead renderas="sect3">Xorg Protocol Headers Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
[3b69a2aa]77 <para role="required"> <xref linkend="util-macros"/></para>
[b8a1c6d]78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="required"> <xref linkend="fop"/> and <xref linkend="xmlto"/>
81 (to build additional documentation)</para>
82
83 <note><para>There is a reciprocal dependency with <xref linkend="fop"/>. If
84 you wish to build the documentation, you'll need to re-install the
85 Protocol Headers after the installation is complete and
86 <xref linkend="fop"/> has been installed.</para></note>
87
[5e8be1c]88 <para condition="html" role="usernotes">User Notes:
89 <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
90
91 </sect2>
[10eeae12]92
[3f72a148]93 <sect2>
94 <title>Downloading Xorg Protocol Headers</title>
95
96 <para>To download the needed files using <application>wget</application>,
97 use the following commands:</para>
98
[4487494]99<screen><userinput>mkdir proto &amp;&amp;
[3f72a148]100cd proto &amp;&amp;
[1c96292]101grep -v '^#' ../proto-&xorg7-release;.wget | wget -i- -c \
[d9a6d69]102 -B http://xorg.freedesktop.org/releases/individual/proto/ &amp;&amp;
[1c96292]103md5sum -c ../proto-&xorg7-release;.md5</userinput></screen>
[3f72a148]104
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Xorg Protocol Headers</title>
109
110 <para>Install the <application>Xorg</application> protocol headers
111 by running the following commands for each package to be installed.</para>
112
113<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
114
[ad54ac8]115 <para>These packages do not provide test suites.</para>
116
[3f72a148]117 <para>Now as the <systemitem class="username">root</systemitem>
118 user:</para>
119
[5e8be1c]120<screen role="root"><userinput>make install</userinput></screen>
[3f72a148]121
122 </sect2>
123
[09c2ec8c]124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
[759586e]128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
[6ceb7f5]130 <segtitle>Installed Directories</segtitle>
[09c2ec8c]131
132 <seglistitem>
[759586e]133 <seg>None</seg>
134 <seg>None</seg>
[09c2ec8c]135 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
136 include/X11, include/GL, and lib/pkgconfig</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 </sect2>
141
[3f72a148]142</sect1>
Note: See TracBrowser for help on using the repository browser.