summaryrefslogtreecommitdiff
path: root/BUILD.txt
diff options
context:
space:
mode:
authordawes <dawes>2006-04-12 01:50:31 +0000
committerdawes <dawes>2006-04-12 01:50:31 +0000
commit47ecc02d6586fdbeabfc7a1b15324fe5e83dbbd0 (patch)
tree167a52b3830237d52092d89bc8591e24c2f16a7c /BUILD.txt
parent22fc3ec6aef48cfeda44b108cc16ac7fd426b90d (diff)
update formatted docs
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt71
1 files changed, 35 insertions, 36 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 314119ee6..b101ae066 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -17,70 +17,69 @@
We recommend using gcc to build XFree86, but XFree86 generally builds with
the native compiler for each OS platform.
-1. How to get the XFree86 4.5.0 source
+1. How to get the XFree86 4.6.0 source
-The recommended way of getting the XFree86 4.5.0 source is to obtain it
+The recommended way of getting the XFree86 4.6.0 source is to obtain it
directly from the XFree86 CVS repository. There are several ways of doing
that, and they are described at our CVS web page
<URL:http://www.xfree86.org/cvs/>.
-The CVS tag for this release is "xf-4_5_0". The tag for the maintenance
-branch for this release is "xf-4_5-branch".
+The CVS tag for this release is "xf-4_6_0". The tag for the maintenance
+branch for this release is "xf-4_6-branch".
-Another method of getting the XFree86 4.5.0 source is to either download the
-4.5.0 source tarballs from the XFree86 ftp site. The procedure for this is
+Another method of getting the XFree86 4.6.0 source is to either download the
+4.6.0 source tarballs from the XFree86 ftp site. The procedure for this is
as follows:
- o The XFree86 4.5.0 source is contained in the files:
+ o The XFree86 4.6.0 source is contained in the files:
- XFree86-4.5.0-src-1.tgz
+ XFree86-4.6.0-src-1.tgz
- XFree86-4.5.0-src-2.tgz
+ XFree86-4.6.0-src-2.tgz
- XFree86-4.5.0-src-3.tgz
+ XFree86-4.6.0-src-3.tgz
- XFree86-4.5.0-src-4.tgz
+ XFree86-4.6.0-src-4.tgz
- XFree86-4.5.0-src-5.tgz
+ XFree86-4.6.0-src-5.tgz
- XFree86-4.5.0-src-6.tgz
+ XFree86-4.6.0-src-6.tgz
- XFree86-4.5.0-src-7.tgz
+ XFree86-4.6.0-src-7.tgz
- These can be found at ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/
- and similar locations on XFree86 mirror sites. XFree86-4.5.0-src-4.tgz
- and XFree86-4.5.0-src-5.tgz contains the fonts. XFree86-4.5.0-src-6.tgz
- contains the documentation source. XFree86-4.5.0-src-7.tgz contains the
- hardcopy documentation. XFree86-4.5.0-src-1.tgz,
- XFree86-4.5.0-src-2.tgz and XFree86-4.5.0-src-3.tgz contains everything
- else.
+ These can be found at ftp://ftp.xfree86.org/pub/XFree86/4.6.0/source/.
+ XFree86-4.6.0-src-4.tgz and XFree86-4.6.0-src-5.tgz contains the fonts.
+ XFree86-4.6.0-src-6.tgz contains the documentation source.
+ XFree86-4.6.0-src-7.tgz contains the hardcopy documentation.
+ XFree86-4.6.0-src-1.tgz, XFree86-4.6.0-src-2.tgz and
+ XFree86-4.6.0-src-3.tgz contains everything else.
If you do not need either the documentation or the fonts, then you need
- only XFree86-4.5.0-src-1.tgz, XFree86-4.5.0-src-2.tgz and
- XFree86-4.5.0-src-3.tgz.
+ only XFree86-4.6.0-src-1.tgz, XFree86-4.6.0-src-2.tgz and
+ XFree86-4.6.0-src-3.tgz.
o Extract each of these files by running the following from a directory on
a filesystem containing enough space (the full source requires around
270MB, with a similar amount being required for the compiled binaries):
- gzip -d < XFree86-4.5.0-src-1.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-1.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-2.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-2.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-3.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-3.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-4.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-4.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-5.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-5.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-6.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-6.tgz | tar vxf -
- gzip -d < XFree86-4.5.0-src-7.tgz | tar vxf -
+ gzip -d < XFree86-4.6.0-src-7.tgz | tar vxf -
-Alternatively, if you already have a pristine copy of the XFree86 4.4.0
+Alternatively, if you already have a pristine copy of the XFree86 4.5.0
source, you can download patches from
-ftp://ftp.xfree86.org/pub/XFree86/4.5.0/patches/ that will allow you to con-
-vert it to 4.5.0. Information about which patch files to download and how to
+ftp://ftp.xfree86.org/pub/XFree86/4.6.0/patches/ that will allow you to con-
+vert it to 4.6.0. Information about which patch files to download and how to
apply them can be found in the "How to get XFree86" section of the README for
this release.
@@ -103,8 +102,8 @@ easy to create build problems by changing the default configuration unneces-
sarily. Before making too many modifications, check the configuration param-
eters specified in the xc/config/cf/README file.
-If you are using just the XFree86-4.5.0-src-1.tgz, XFree86-4.5.0-src-2.tgz
-and XFree86-4.5.0-src-3.tgz parts of the source dist, you will need to define
+If you are using just the XFree86-4.6.0-src-1.tgz, XFree86-4.6.0-src-2.tgz
+and XFree86-4.6.0-src-3.tgz parts of the source dist, you will need to define
BuildFonts to NO.
3. Using a shadow directory of symbolic links for the build
@@ -282,7 +281,7 @@ XFree86:
them manually in host.def and report the problem to
<XFree86@XFree86.org>.
- Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml,v 3.19 dawes Exp $
+ Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml,v 3.20 dawes Exp $
$XFree86$