source: x/installing/x7proto.xml@ 804fd46

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 804fd46 was ca0c29cc, checked in by DJ Lucas <dj@…>, 14 years ago

Fix xcursor-themes ftp download location.

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

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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
7 <!ENTITY x7proto-download-http "http://xorg.freedesktop.org/releases/individual/proto/">
8 <!ENTITY x7proto-download-ftp "ftp://ftp.x.org/pub/individual/proto/">
9 <!ENTITY x7proto-wget "&files-anduin;/xorg/proto-&xorg7-release;.wget">
10 <!ENTITY x7proto-md5sum "&files-anduin;/xorg/proto-&xorg7-release;.md5">
11 <!ENTITY x7proto-size "1.9 MB">
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
16 directory after running make install. -->
17 <!ENTITY x7proto-buildsize "10.2 MB">
18 <!ENTITY x7proto-time "0.8 SBU">
19
20]>
21
22<sect1 id="xorg7-proto" xreflabel="Xorg Protocol Headers">
23 <?dbhtml filename="x7proto.html"?>
24
25 <sect1info>
26 <othername>$LastChangedBy$</othername>
27 <date>$Date$</date>
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
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
43 &lfs65_checked;
44
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
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
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
76
77 </sect2>
78
79 <sect2>
80 <title>Downloading Xorg Protocol Headers</title>
81
82 <para>To download the needed files using <application>wget</application>,
83 use the following commands:</para>
84
85<screen><userinput>mkdir proto &amp;&amp;
86cd proto &amp;&amp;
87grep -v '^#' ../proto-&xorg7-release;.wget | wget -i- -c \
88 -B http://xorg.freedesktop.org/releases/individual/proto/ &amp;&amp;
89md5sum -c ../proto-&xorg7-release;.md5</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Xorg Protocol Headers</title>
95
96 <para>Install the <application>Xorg</application> protocol headers
97 by running the following commands for each package to be installed.</para>
98
99<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
100
101 <para>These packages do not provide test suites.</para>
102
103 <para>Now as the <systemitem class="username">root</systemitem>
104 user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>None</seg>
120 <seg>None</seg>
121 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
122 include/X11, include/GL, and lib/pkgconfig</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.