source: x/installing/x7util.xml@ 335975f

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

Updated to Xorg-7.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7614 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/util-&xorg7-version;.md5">
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- -c \
88 -B http://xorg.freedesktop.org/releases/individual/util/ &amp;&amp;
89md5sum -c ../util-&xorg7-version;.md5</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Xorg Utilities</title>
95
96 <para>Install the Xorg utilities by running the following commands for
97 each package:</para>
98
99<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
100make</userinput></screen>
101
102 <para>These packages do not provide test suites.</para>
103
104 <para>Now as the <systemitem class="username">root</systemitem>
105 user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</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>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
122 bin, lib/X11/config, share/aclocal, and share/man</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="ccmakedep-x7">
132 <term><command>ccmakedep</command></term>
133 <listitem>
134 <para>creates dependencies in makefiles using a C compiler.</para>
135 <indexterm zone="xorg7-util ccmakedep-x7">
136 <primary sortas="b-ccmakedep">ccmakedep</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="cleanlinks-x7">
142 <term><command>cleanlinks</command></term>
143 <listitem>
144 <para>removes dangling symbolic links and empty directories.</para>
145 <indexterm zone="xorg7-util cleanlinks-x7">
146 <primary sortas="b-cleanlinks">cleanlinks</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="gccmakedep-x7">
152 <term><command>gccmakedep</command></term>
153 <listitem>
154 <para>creates dependencies in makefiles using
155 <command>gcc -M</command>.</para>
156 <indexterm zone="xorg7-util gccmakedep-x7">
157 <primary sortas="b-gccmakedep">gccmakedep</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="imake-x7">
163 <term><command>imake</command></term>
164 <listitem>
165 <para>is a C preprocessor interface to the make utility.</para>
166 <indexterm zone="xorg7-util imake-x7">
167 <primary sortas="b-imake">imake</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="lndir-x7">
173 <term><command>lndir</command></term>
174 <listitem>
175 <para>creates a shadow directory of symbolic links to another
176 directory tree.</para>
177 <indexterm zone="xorg7-util lndir-x7">
178 <primary sortas="b-lndir">lndir</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="makedepend-x7">
184 <term><command>makedepend</command></term>
185 <listitem>
186 <para>creates dependencies in makefiles.</para>
187 <indexterm zone="xorg7-util makedepend-x7">
188 <primary sortas="b-makedepend">makedepend</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="makeg-x7">
194 <term><command>makeg</command></term>
195 <listitem>
196 <para>makes a debuggable executable.</para>
197 <indexterm zone="xorg7-util makeg-x7">
198 <primary sortas="b-makeg">makeg</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="mergelib-x7">
204 <term><command>mergelib</command></term>
205 <listitem>
206 <para>merges one library into another.</para>
207 <indexterm zone="xorg7-util mergelib-x7">
208 <primary sortas="b-mergelib">mergelib</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="mkdirhier-x7">
214 <term><command>mkdirhier</command></term>
215 <listitem>
216 <para>makes a directory hierarchy.</para>
217 <indexterm zone="xorg7-util mkdirhier-x7">
218 <primary sortas="b-mkdirhier">mkdirhier</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="mkhtmlindex-x7">
224 <term><command>mkhtmlindex</command></term>
225 <listitem>
226 <para>generates index files for HTML man pages.</para>
227 <indexterm zone="xorg7-util mkhtmlindex-x7">
228 <primary sortas="b-mkhtmlindex">mkhtmlindex</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="revpath-x7">
234 <term><command>revpath</command></term>
235 <listitem>
236 <para>generates a relative path that can be used to undo a
237 changedirectory.</para>
238 <indexterm zone="xorg7-util revpath-x7">
239 <primary sortas="b-revpath">revpath</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="xmkmf-x7">
245 <term><command>xmkmf</command></term>
246 <listitem>
247 <para>creates a Makefile from an Imakefile.</para>
248 <indexterm zone="xorg7-util xmkmf-x7">
249 <primary sortas="b-xmkmf">xmkmf</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 </variablelist>
255
256 </sect2>
257
258</sect1>
Note: See TracBrowser for help on using the repository browser.