source: x/installing/x7proto.xml@ 7bd417e

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

Updated build times, sizes, and build sizes for Xorg-7.5 sections

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

  • Property mode set to 100644
File size: 4.1 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 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&x7proto-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&x7proto-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: <ulink url="&x7proto-md5sum;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download size: &x7proto-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &x7proto-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &x7proto-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing="compact">
67 <listitem>
68 <para>Required download list: <ulink url="&x7proto-wget;"/></para>
69 </listitem>
70 </itemizedlist>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
74
75 </sect2>
76
77 <sect2>
78 <title>Downloading Xorg Protocol Headers</title>
79
80 <para>To download the needed files using <application>wget</application>,
81 use the following commands:</para>
82
83<screen><userinput>mkdir proto &amp;&amp;
84cd proto &amp;&amp;
85grep -v '^#' ../proto-&xorg7-release;.wget | wget -i- -c \
86 -B http://xorg.freedesktop.org/releases/individual/proto/ &amp;&amp;
87md5sum -c ../proto-&xorg7-release;.md5</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Xorg Protocol Headers</title>
93
94 <para>Install the <application>Xorg</application> protocol headers
95 by running the following commands for each package to be installed.</para>
96
97<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
98
99 <para>These packages do not provide test suites.</para>
100
101 <para>Now as the <systemitem class="username">root</systemitem>
102 user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
118 <seg>None</seg>
119 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
120 include/X11, include/GL, and lib/pkgconfig</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 </sect2>
125
126</sect1>
Note: See TracBrowser for help on using the repository browser.