glfs/x/installing/x7util.xml

124 lines
4.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY x7utils-download-http "http://xorg.freedesktop.org/releases/individual/util/">
<!ENTITY x7utils-download-ftp " ">
<!ENTITY x7utils-md5sum "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
<!ENTITY x7utils-size "664 KB">
<!ENTITY x7utils-buildsize "5.2 MB">
<!ENTITY x7utils-time "0.1 SBU">
]>
<sect1 id="xorg7-util" xreflabel="Xorg Utilitites">
<?dbhtml filename="x7util.html"?>
<sect1info>
<othername>$LastChangedBy: dj $</othername>
<date>$Date: 2006-04-15 23:04:51 -0500 (Sat, 15 Apr 2006) $</date>
</sect1info>
<title>Xorg Utilities</title>
<indexterm zone="xorg7-util">
<primary sortas="a-xorg7-util">Xorg Utilities</primary>
</indexterm>
<para>The <application>Xorg</application> utility packages provide
needed utilities, not for the <application>Xorg</application>
installation itself, but for other applications that make use of
legacy X11R6 installation methods.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&x7utils-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&x7utils-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: <ulink url="&x7utils-md5sum;"/></para>
</listitem>
<listitem>
<para>Download size: &x7utils-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &x7utils-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &x7utils-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Xorg Utilities Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="pkgconfig"/> and
<xref linkend="xorg7-proto"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xorg7Utilities'/></para>
<sect2>
<title>Downloading Xorg Utilities</title>
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
<screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/util-7.1.wget &amp;&amp;
mkdir util &amp;&amp;
cd util &amp;&amp;
wget -B http://xorg.freedesktop.org/releases/individual/util/ -i ../util-7.1.wget</userinput></screen>
</sect2>
<sect2 role="installation">
<title>Installation of Xorg Utilities</title>
<para>First install the <application>xorg-cf-files</application> package
with the following commands:</para>
<screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl &amp;&amp;
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now as the <systemitem class="username">root</systemitem>
user:</para>
<screen><userinput role="root">make install</userinput></screen>
<para>Next, install the <application>Imake</application> package with
these commands:</para>
<screen><userinput>./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now as the <systemitem class="username">root</systemitem>
user:</para>
<screen><userinput role="root">make install</userinput></screen>
<para>Finally, build the four remaining packages with the standard build
commands:</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>These packages do not provide test suites.</para>
<para>Now as the <systemitem class="username">root</systemitem>
user:</para>
<screen><userinput role="root">make install</userinput></screen>
</sect2>
</sect1>