README for XFree86[tm] 4.4.0
: How to get XFree86 4.4.0
Previous: Contributing to XFree86
Next: Reporting Bugs
6. How to get XFree86 4.4.0
XFree86 4.4.0 can be found at the XFree86 ftp server,
and at mirrors of this server. Information about obtaining and installing
binary distributions of this release can be found in the
Installation Document. Information about
obtaining the release in source form is given below.
The source for version 4.4.0 is split into seven tarballs:
XFree86-4.4.0-src-1.tgz
XFree86-4.4.0-src-2.tgz
XFree86-4.4.0-src-3.tgz
XFree86-4.4.0-src-4.tgz
XFree86-4.4.0-src-5.tgz
XFree86-4.4.0-src-6.tgz
XFree86-4.4.0-src-7.tgz
The first three contain everything
except the fonts and general X11 documentation. Those three are sufficient
for building XFree86 if you already have a set of fonts. The fourth
and fifth contain the fonts. The sixth contains the source for the
general X11 documentation. The seventh contains the general X11
documentation in hardcopy format.
A source patch relative to version 4.3.0 is also available.
Because of its size, it is split into four parts.
The patch files are:
XFree86-4.3.0-4.4.0.diff1.gz
XFree86-4.3.0-4.4.0.diff2.gz
XFree86-4.3.0-4.4.0.diff3.gz
XFree86-4.3.0-4.4.0.diff4.gz
There is also a tarball and a cleanup script that handle files that have
components that can't be included in a diff. These are:
XFree86-4.3.0-4.4.0-diff0.tgz
XFree86-4.3.0-4.4.0-cleanup.sh
These patches should
be applied to a clean 4.3.0 source tree, working from the directory
containing the xc/ directory. The patches should be applied by
running:
gzip -d < XFree86-4.3.0-4.4.0.diff1.gz | patch -p0 -E
gzip -d < XFree86-4.3.0-4.4.0.diff2.gz | patch -p0 -E
gzip -d < XFree86-4.3.0-4.4.0.diff3.gz | patch -p0 -E
gzip -d < XFree86-4.3.0-4.4.0.diff4.gz | patch -p0 -E
sh XFree86-4.3.0-4.4.0-cleanup.sh
gzip -d < XFree86-4.3.0-4.4.0-diff0.tgz | tar vxf -
To format the XFree86 documentation use the latest version of our doctools
package available from the XFree86 CVS repository's "doctools" module,
and from our ftp site.
The XFree86 source code for this and all releases/snapshots as well as
development versions can also be accessed via the XFree86 CVS repository.
Information about accessing this can be found at the CVS page on our web site. It's also possible
to browse the XFree86 CVS repository at our CVSWeb server. The CVS tag for this version is
"xf-4_4_0".
The CVS tag for the stable branch for this release is "xf-4_4-branch".
To check out the latest development version, don't specify any tag.
README for XFree86[tm] 4.4.0
: How to get XFree86 4.4.0
Previous: Contributing to XFree86
Next: Reporting Bugs
|