source: x/installing/xfree86/xfree86-intro.xml@ d609e0a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d609e0a was d609e0a, checked in by Igor Živković <igor@…>, 20 years ago

fixed a typo in xfree86 instructions, reported by Michael Bromer

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1886 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[f45b1953]1<sect2>
[0d2f891]2<title>Introduction to <application>XFree86</application></title>
[f45b1953]3
[be1cb17]4<para><application>XFree86</application> is a freely redistributable open-source
5implementation of the
[0d2f891]6<application>X</application> Window System. <application>XFree86</application> provides a client/server
[be1cb17]7interface between display
[f45b1953]8hardware (the mouse, keyboard, and video displays) and the desktop environment
9while also providing both the windowing infrastructure and a standardized
[0d2f891]10application interface (<acronym>API</acronym>).</para>
[f45b1953]11
[be1cb17]12<sect3><title>Package information</title>
13<itemizedlist spacing='compact'>
14<listitem><para>Download (HTTP): <ulink url="&xfree86-download-http;"/></para></listitem>
15<listitem><para>Download (FTP): <ulink url="&xfree86-download-ftp;"/></para></listitem>
16<listitem><para>Download size: &xfree86-size;</para></listitem>
17<listitem><para>Estimated Disk space required: &xfree86-buildsize;</para></listitem>
18<listitem><para>Estimated build time: &xfree86-time;</para></listitem></itemizedlist>
19</sect3>
20
21
22<sect3><title><application>XFree86</application> dependencies</title>
[db14638]23
[be1cb17]24<sect4><title>Required</title>
25<para><xref linkend="libpng"/>.</para>
26</sect4>
27
28<sect4><title>Recommended</title>
29<para>The following packages are included in the <application>XFree86</application> package,
30however they
[0d2f891]31are updated more often than the <application>XFree86</application> package and are highly recommended:
[be1cb17]32<xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para>
[db14638]33
[d609e0a]34<note><para>If you choose not to install these separate packages, the
[be1cb17]35<filename>host.def</filename> file below will have to be modified to
[d609e0a]36instruct <application>XFree86</application> to build them.</para></note>
[be1cb17]37</sect4>
38
39</sect3>
40
[db14638]41
[be1cb17]42<sect3><title>Download Instructions</title>
[96574fa7]43
[be1cb17]44<para>There are several files that need to be fetched from the download location:</para>
45<itemizedlist spacing='compact'>
46<listitem><para><filename>X430src-1.tgz</filename></para></listitem>
47<listitem><para><filename>X430src-2.tgz</filename></para></listitem>
48<listitem><para><filename>X430src-3.tgz</filename></para></listitem>
49<listitem><para><filename>X430src-4.tgz</filename></para></listitem>
50<listitem><para><filename>X430src-5.tgz</filename></para></listitem>
51<listitem><para><filename>X430src-6.tgz</filename></para></listitem>
52<listitem><para><filename>X430src-7.tgz</filename></para></listitem>
53</itemizedlist>
[f45b1953]54
[b534991]55<para>You should also download the patch files:</para>
56<itemizedlist spacing='compact'>
57<listitem><para>
58 <ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" />
59 </para></listitem>
60<listitem><para>
61 <ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/fontfile.diff" />
62 </para></listitem>
63</itemizedlist>
[db14638]64
[be1cb17]65<para>The first three packages are the <application>XFree86</application> programs,
[a3bccff]66the fourth and fifth are fonts, the sixth is normal documentation, and the seventh
67is hardcopy documentation. There are also two packages
68<filename>doctools-1.3.1.tgz</filename>, which contain programs to regenerate hardcopy
69documentation, and <filename>utils-1.1.0.tgz</filename>, which contain
[0d2f891]70<application><acronym>GNU</acronym> <acronym>TAR</acronym></application>
71and <application>zlib</application> which are already installed on an
[a3bccff]72<acronym>LFS</acronym> system.</para>
[071a954]73
74<para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
[a3bccff]75file. Then:</para>
76
[bb0c0827]77<screen><userinput><command>md5sum -c SUMS.md5sum</command></userinput></screen>
[a3bccff]78
[bb0c0827]79<para>The only errors you should see are for <filename>README</filename>,
[ca2217b]80<filename>doctools-1.3.1.tgz</filename>, and
[a3bccff]81<filename>utils-1.1.0.tgz</filename> files if you did not download them.</para>
[db14638]82
[bb0c0827]83<para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename>. Note that
84this is the same filename as the sums for the main sources, so you need to rename the
85file if you download it. Otherwise, you can just look at it and use it to
[b534991]86check against the patch files:</para>
87<screen><userinput><command>md5sum 4.3.0-4.3.0.1.diff.gz</command></userinput>
88<userinput><command>md5sum fontfile.diff</command></userinput></screen>
[a3bccff]89
90<para>After unpacking the <filename>X430src-?.tgz</filename> files and uncompressing the
91diff file, change to the <filename class="directory">xc</filename> directory and run:</para>
[db14638]92
[b534991]93<screen><userinput><command>patch -Np1 -i ../4.3.0-4.3.0.1.diff</command></userinput>
94<userinput><command>pushd lib/font/fontfile/</command></userinput>
95<userinput><command>patch -N -i ../../../../fontfile.diff</command></userinput>
96<userinput><command>popd</command></userinput></screen>
[db14638]97
[be1cb17]98</sect3>
[f45b1953]99</sect2>
Note: See TracBrowser for help on using the repository browser.