glfs/x/installing/xfree86/xfree86-intro.xml
Bruce Dubbs be1cb1765b Update XFree86 module install instructions and general layout
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1127 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-20 07:07:33 +00:00

88 lines
3.7 KiB
XML

<sect2>
<title>Introduction to XFree86</title>
<para><application>XFree86</application> is a freely redistributable open-source
implementation of the
X Window System. <application>XFree86</application> 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>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&xfree86-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&xfree86-download-ftp;"/></para></listitem>
<listitem><para>Download size: &xfree86-size;</para></listitem>
<listitem><para>Estimated Disk space required: &xfree86-buildsize;</para></listitem>
<listitem><para>Estimated build time: &xfree86-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>XFree86</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libpng"/>.</para>
</sect4>
<sect4><title>Recommended</title>
<para>The following packages are included in the <application>XFree86</application> package,
however they
are updated more often than the XFree86 package and are highly recommended:
<xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para>
<note><para>If you choose to not install these separate packages, the
<filename>host.def</filename> file below will have to be modified to
instruct XFree86 build them.</para></note>
</sect4>
</sect3>
<sect3><title>Download Instructions</title>
<para>There are several files that need to be fetched from the download location:</para>
<itemizedlist spacing='compact'>
<listitem><para><filename>X430src-1.tgz</filename></para></listitem>
<listitem><para><filename>X430src-2.tgz</filename></para></listitem>
<listitem><para><filename>X430src-3.tgz</filename></para></listitem>
<listitem><para><filename>X430src-4.tgz</filename></para></listitem>
<listitem><para><filename>X430src-5.tgz</filename></para></listitem>
<listitem><para><filename>X430src-6.tgz</filename></para></listitem>
<listitem><para><filename>X430src-7.tgz</filename></para></listitem>
</itemizedlist>
<para>You should also download the patch file:
<ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para>
<para>The first three packages are the <application>XFree86</application> 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>
<para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against
the patch file:
<screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen></para>
<para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
<filename>xc</filename> directory and run:
<screen>gunzip 4.3.0-4.3.0.1.diff.gz &amp;&amp;
patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para>
</sect3>
</sect2>