glfs/x/installing/xfree86/xfree86-intro.xml
Larry Lawrence ca2217b433 basicnet, server, content, x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@873 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 03:06:28 +00:00

46 lines
2.0 KiB
XML

<sect2>
<title>Introduction to XFree86</title>
<screen>Download location (HTTP): <ulink url="&xfree86-download-http;"/>
Download location (FTP): <ulink url="&xfree86-download-ftp;"/>
Version used: &xfree86-version;
Package size: &xfree86-size;
Estimated Disk space required: &xfree86-buildsize;
Estimated build time: 75m (667 MHz)</screen>
<para><screen>XFree86 depends on: <xref linkend="freetype2"/>, <xref linkend="expat"/> and <xref linkend="libpng"/>.</screen></para>
<para>XFree86 is a freely redistributable open-source implementation of the
X Window System. XFree86 provides a client/server interface between display
hardware (the mouse, keyboard, and video displays) and the desktop environment
while also providing both the windowing infrastructure and a standardized
application interface (API).</para>
<para>There are several files that need to be fetched from the download location:
<screen>X430src-1.tgz 10736 KB
X430src-2.tgz 7776 KB
X430src-3.tgz 12077 KB
X430src-4.tgz 12604 KB
X430src-5.tgz 4286 KB
X430src-6.tgz 7886 KB
X430src-7.tgz 9099 KB</screen></para>
<para>The first three packages are the XFree86 programs, the fourth and fifth are fonts,
the sixth is normal documentation, and the seventh is hardcopy documentation.
There are also two packages <filename>doctools-1.3.1.tgz</filename>, which
contain programs to regenerate hardcopy documentation, and
<filename>utils-1.1.0.tgz</filename>, which contain <filename>gnutar</filename>
and <filename>zlib</filename> which are already installed on an LFS system.
</para>
<para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
file. Then:
<screen>md5sum X430src* &gt; md5sums &amp;&amp;
diff md5sums SUMS.md5sum</screen>
The only differences you should see are for <filename>README</filename>,
<filename>doctools-1.3.1.tgz</filename>, and
<filename>utils-1.1.0.tgz</filename> files if you did
not download them.
</para>
</sect2>