glfs/x/installing/x7data.xml
Dan Nichilson 6c787dede0 Changed download location for Xorg-7 files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6457 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-01-23 18:22:14 +00:00

101 lines
3.0 KiB
XML

<?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 x7data-download-http "http://xorg.freedesktop.org/releases/individual/data/">
<!ENTITY x7data-download-ftp "ftp://ftp.x.org/pub/individual/data/">
<!ENTITY x7data-md5sum "&files-anduin;/xorg/md5sums">
<!ENTITY x7data-size "2.5 MB">
<!ENTITY x7data-buildsize "19.5 MB">
<!ENTITY x7data-time "0.1 SBU">
]>
<sect1 id="xorg7-data" xreflabel="Xorg Data">
<?dbhtml filename="x7data.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Xorg Data</title>
<indexterm zone="xorg7">
<primary sortas="a-xorg7-data">Xorg Data</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Xorg Data</title>
<para>The <application>Xorg</application> data packages provide
static data such as images and keymaps to the
<application>Xorg</application> applications.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&x7data-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&x7data-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: <ulink url="&x7data-md5sum;"/></para>
</listitem>
<listitem>
<para>Download size: &x7data-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &x7data-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &x7data-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Xorg Data Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="xorg7-app"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xorg7Data'/></para>
</sect2>
<sect2>
<title>Downloading Xorg Data</title>
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
<screen><userinput>wget &files-anduin;/xorg/data-7.1.wget &amp;&amp;
mkdir data &amp;&amp;
cd data &amp;&amp;
wget -B http://xorg.freedesktop.org/releases/individual/data/ \
-i ../data-7.1.wget</userinput></screen>
</sect2>
<sect2 role="installation">
<title>Installation of Xorg Data</title>
<para>Compile the selected packages with the following commands:</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>These packages do not provide test suites.</para>
<para>Install the packages as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
</sect1>