Changes between Version 35 and Version 36 of Building/Prerequisites
- Timestamp:
- 03/16/09 02:14:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Prerequisites
v35 v36 50 50 51 51 * First install a recent stable version of [http://www.haskell.org/ghc/download.html GHC]. 52 * Install MinGW: [http://www.haskell.org/ghc/tools/Win32/MinGW-5.1.4.exe] 52 53 * Install MinGW: [http://www.haskell.org/ghc/tools/Win32/MinGW-5.1.4.exe]. When the installer asks you which version to install, choose "Current". 54 53 55 * Install MSYS: 54 56 * [http://www.haskell.org/ghc/tools/Win32/MSYS-1.0.10.exe] 55 57 * [http://www.haskell.org/ghc/tools/Win32/msysDTK-1.0.1.exe] 56 58 * [http://www.haskell.org/ghc/tools/Win32/msysCORE-1.0.11-20080826.tar.gz] (this is a tar file, which you have to unpack in `c:/msys/1.0`, or wherever you installed MSYS. Note that you can't do that using an MSYS shell, because you can't overwrite the files in use, so make a copy of `c:/msys/1.0`, unpack it there, and then rename the copy back to `c:/msys/1.0`). 59 57 60 * Install [http://www.python.org/download/releases/ Python] (version 2.5.x or 2.6.x, NOT 3.x). 58 61
