From c5bff5b3740aa3cbdda070a7c00c0cc4ad8617fc Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 16 Jul 2001 14:04:42 +0000 Subject: [PATCH] [project @ 2001-07-16 14:04:42 by rrt] Modify Windows installation instructions in accordance with the Way Of The Future. --- ghc/docs/users_guide/installing.sgml | 35 +++++++--------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 72e5411..f53586f 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -530,13 +530,12 @@ on... Getting the Glasgow Haskell Compiler (GHC) to run on Windows platforms can be a bit of a trying experience. It should be much easier now than in the -past, since all the software required to build and use GHC is included in +past, since all the software required to use GHC is included in the InstallShield. -An installation of GHC requires about 70M of disk space (which can be -reduced by choosing a “compact” installation). +An installation of GHC requires about 70M of disk space. To run GHC comfortably, your machine should have at least 64M of memory. @@ -545,18 +544,15 @@ To run GHC comfortably, your machine should have at least Installing GHC -Download the latest GHC distribution (ghc-4.08 InstallShield installer, 19M) +Download the latest GHC distribution (ghc-5.02 InstallShield installer, 24M) from haskell.org It is packaged up using an installer that should be familiar-looking to -Windows users. The 4.08 InstallShield package comes with some Cygwin -binaries, which unfortunately won't work with another Cygwin installation on -the same machine, unless it uses exactly the same version of the Cygwin DLL -(1.3.1 in this InstallShield). +Windows users. -Note: The Cygwin support for long file names containing +Note: GHC's support for file names containing spaces is not 100%, so make sure that you install ghc in a directory that has no embedded spaces (i.e., resist the temptation to put it in /Program Files/!) @@ -565,10 +561,8 @@ in /Program Files/!) When the installer has completed, make sure you add the location of the ghc bin/ directory to your path (e.g. -/ghc/ghc-4.08/bin). +C:/ghc/ghc-5.02/bin). You need to do this in order to bring the various GHC binaries into scope. -Also, if the directory C:/TEMP doesn't already exist, -you should create it. @@ -630,7 +624,7 @@ work with symlinks. -I'm getting “permission denied” messages from rm or +I'm getting “permission denied” messages from the rm or mv. @@ -646,21 +640,6 @@ on or rebooting may be the quickest cure. - - - - -I get errors when trying to build GHC 4.08 with GHC 4.05. - - - - This seems to work better if you don't use - in GhcHcOpts. It's a bug in 4.05, -unfortunately. Anyway, better to install 4.08 binaries and use those. - - - - -- 1.7.10.4