source: x/installing/x7util.xml@ 4487494

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 4487494 was 4487494, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Reworked Xorg download links

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

  • Property mode set to 100644
File size: 8.4 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 x7utils-download-http "http://xorg.freedesktop.org/releases/individual/util/">
8 <!ENTITY x7utils-download-ftp "ftp://ftp.x.org/pub/individual/util/">
9 <!ENTITY x7utils-wget "&files-anduin;/xorg/util-&xorg7-version;.wget">
10 <!ENTITY x7utils-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
11 <!ENTITY x7utils-size "664 KB">
12 <!ENTITY x7utils-buildsize "5.2 MB">
13 <!ENTITY x7utils-time "0.1 SBU">
14
15]>
16
17<sect1 id="xorg7-util" xreflabel="Xorg Utilities">
18 <?dbhtml filename="x7util.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Xorg Utilities</title>
26
27 <indexterm zone="xorg7-util">
28 <primary sortas="a-xorg7-util">Xorg Utilities</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Xorg Utilities</title>
33
34 <para>The <application>Xorg</application> utility packages provide
35 needed utilities, not for the <application>Xorg</application>
36 installation itself, but for other applications that make use of
37 legacy X11R6 installation methods.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&x7utils-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&x7utils-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: <ulink url="&x7utils-md5sum;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download size: &x7utils-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &x7utils-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &x7utils-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>Required download list: <ulink url="&x7utils-wget;"/></para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Xorg Utilities Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="pkgconfig"/> and
72 <xref linkend="xorg7-proto"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url='&blfs-wiki;/Xorg7Utilities'/></para>
76
77 </sect2>
78
79 <sect2>
80 <title>Downloading Xorg Utilities</title>
81
82 <para>To download the needed files using <application>wget</application>,
83 use the following commands:</para>
84
85<screen><userinput>mkdir util &amp;&amp;
86cd util &amp;&amp;
87grep -v '^#' ../util-&xorg7-version;.wget | wget -i- \
88 -B http://xorg.freedesktop.org/releases/individual/util/</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Xorg Utilities</title>
94
95 <para>Install the Xorg utilities by running the following commands for
96 each package:</para>
97
98<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
99make</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>ccmakedep, cleanlinks, gccmakedep, imake, lndir, makedepend,
120 makeg, mergelib, mkdirhier, mkhtmlindex, revpath, xmkmf</seg>
121 <seg>None</seg>
122 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
123 bin, lib/X11/config, share/aclocal, and share/man</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="ccmakedep-x7">
133 <term><command>ccmakedep</command></term>
134 <listitem>
135 <para>creates dependencies in makefiles using a C compiler.</para>
136 <indexterm zone="xorg7-util ccmakedep-x7">
137 <primary sortas="b-ccmakedep">ccmakedep</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="cleanlinks-x7">
143 <term><command>cleanlinks</command></term>
144 <listitem>
145 <para>removes dangling symbolic links and empty directories.</para>
146 <indexterm zone="xorg7-util cleanlinks-x7">
147 <primary sortas="b-cleanlinks">cleanlinks</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="gccmakedep-x7">
153 <term><command>gccmakedep</command></term>
154 <listitem>
155 <para>creates dependencies in makefiles using
156 <command>gcc -M</command>.</para>
157 <indexterm zone="xorg7-util gccmakedep-x7">
158 <primary sortas="b-gccmakedep">gccmakedep</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="imake-x7">
164 <term><command>imake</command></term>
165 <listitem>
166 <para>is a C preprocessor interface to the make utility.</para>
167 <indexterm zone="xorg7-util imake-x7">
168 <primary sortas="b-imake">imake</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="lndir-x7">
174 <term><command>lndir</command></term>
175 <listitem>
176 <para>creates a shadow directory of symbolic links to another
177 directory tree.</para>
178 <indexterm zone="xorg7-util lndir-x7">
179 <primary sortas="b-lndir">lndir</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="makedepend-x7">
185 <term><command>makedepend</command></term>
186 <listitem>
187 <para>creates dependencies in makefiles.</para>
188 <indexterm zone="xorg7-util makedepend-x7">
189 <primary sortas="b-makedepend">makedepend</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="makeg-x7">
195 <term><command>makeg</command></term>
196 <listitem>
197 <para>makes a debuggable executable.</para>
198 <indexterm zone="xorg7-util makeg-x7">
199 <primary sortas="b-makeg">makeg</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="mergelib-x7">
205 <term><command>mergelib</command></term>
206 <listitem>
207 <para>merges one library into another.</para>
208 <indexterm zone="xorg7-util mergelib-x7">
209 <primary sortas="b-mergelib">mergelib</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="mkdirhier-x7">
215 <term><command>mkdirhier</command></term>
216 <listitem>
217 <para>makes a directory hierarchy.</para>
218 <indexterm zone="xorg7-util mkdirhier-x7">
219 <primary sortas="b-mkdirhier">mkdirhier</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="mkhtmlindex-x7">
225 <term><command>mkhtmlindex</command></term>
226 <listitem>
227 <para>generates index files for HTML man pages.</para>
228 <indexterm zone="xorg7-util mkhtmlindex-x7">
229 <primary sortas="b-mkhtmlindex">mkhtmlindex</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="revpath-x7">
235 <term><command>revpath</command></term>
236 <listitem>
237 <para>generates a relative path that can be used to undo a
238 changedirectory.</para>
239 <indexterm zone="xorg7-util revpath-x7">
240 <primary sortas="b-revpath">revpath</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="xmkmf-x7">
246 <term><command>xmkmf</command></term>
247 <listitem>
248 <para>creates a Makefile from an Imakefile.</para>
249 <indexterm zone="xorg7-util xmkmf-x7">
250 <primary sortas="b-xmkmf">xmkmf</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.