Changes between Version 2 and Version 3 of Building/MacOSX
- Timestamp:
- 10/19/06 10:25:04 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MacOSX
v2 v3 39 39 40 40 (`-j` tells make to spawn lots of processes building in parallel, it will probably save some time especially if you have a multi-core machine). 41 42 == Building the distrbution == 43 The following instructions are from Audrey Tang 44 45 Install the 6.4.1 bindist, download both source 46 tarballs from http://haskell.org/ghc/download_ghc_66.html 47 and extract both; 48 49 cd into ghc-6.6; sh configure; make; make install. 50 51 Then create mk/build.mk with one line: 52 53 BIN_DIST=1 54 55 then "make binary-dist", and tar the ghc-6.6/ directory produced.
