From 2cc64da9094b7bdb122c17e5b30b5b6b3c2259b5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Jul 2007 12:37:55 +0000 Subject: [PATCH] Tweak the start of the bin-dist docs in teh users guide --- docs/users_guide/installing.xml | 44 +++++---------------------------------- 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 70ea199..6b57695 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -37,7 +37,7 @@ binary-distributed GHC to do so is a sensible way to proceed.) When a platform-specific package is available - For certain platforms, we provide GHC binaries packaged + Most common OSes provide GHC binaries packaged using the native package format for the platform. This is likely to be by far the best way to install GHC for your platform if one of these packages is available, since @@ -45,39 +45,7 @@ binary-distributed GHC to do so is a sensible way to proceed.) system normally provides a way to uninstall the package at a later date. - We generally provide the following packages: - - - - RedHat or SuSE Linux/x86 - - RPM source & binary packages for RedHat and SuSE - Linux (x86 only) are available for most major - releases. - - - - - Debian Linux/x86 - - Debian packages for Linux (x86 only), also for most - major releases. - - - - - FreeBSD/x86 - - On FreeBSD/x86, GHC can be installed using either - the ports tree (cd /usr/ports/lang/ghc && make - install) or from a pre-compiled package - available from your local FreeBSD mirror. - - - - - Other platform-specific packages may be available, check - the GHC download page for details. + Check the distribution packages page to see if there is a package available for your platform. @@ -88,16 +56,14 @@ binary-distributed GHC to do so is a sensible way to proceed.) -Binary distributions come in “bundles,” one bundle per file called -bundle-platform.tar.gz. (See the building guide for the definition of a platform.) Suppose that you untar a binary-distribution bundle, thus: +Binary distributions come in “bundles,” called +ghc-version-platform.tar.bz2. (See the building guide for the definition of a platform.) Suppose that you untar a binary-distribution bundle, thus: - % cd /your/scratch/space -% gunzip < ghc-x.xx-sun-sparc-solaris2.tar.gz | tar xvf - - +% bunnzip2 < ghc-version-platform.tar.bz2 | tar xvf - -- 1.7.10.4