From: simonmar Date: Fri, 19 Apr 2002 12:37:48 +0000 (+0000) Subject: [project @ 2002-04-19 12:37:48 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2132 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b608784d3cec9e6c2c274ad943ac58e16aa3de96;p=ghc-hetmet.git [project @ 2002-04-19 12:37:48 by simonmar] Update the system requirements section to mention Alpha and PowerPC/MacOSX lest I forget later. --- diff --git a/ghc/ANNOUNCE b/ghc/ANNOUNCE index 4df3c97..4f0e1cf 100644 --- a/ghc/ANNOUNCE +++ b/ghc/ANNOUNCE @@ -135,25 +135,26 @@ comp.lang.functional FAQ http://www.cs.nott.ac.uk/~gmh/faq.html System requirements ~~~~~~~~~~~~~~~~~~~ -To compile programs with GHC, you need a machine with 64+MB memory, GNU C +To compile programs with GHC, you need a machine with 64+MB memory, GCC and perl. This release is known to work on the following platforms: - * i386-unknown-{linux,freebsd,mingw32} + * i386-unknown-{linux,*bsd,mingw32} * sparc-sun-solaris2 + * alpha-dec-osf3 + * powerpc-apple-darwin (MacOS/X) Ports to the following platforms should be relatively easy (for a wunderhacker), but haven't been tested due to lack of time/hardware: * hppa1.1-hp-hpux{9,10} * i386-unknown-solaris2 - * alpha-dec-osf{2,3} * mips-sgi-irix{5,6} * {rs6000,powerpc}-ibm-aix The builder's guide included in distribution gives a complete run-down of what ports work; an on-line version can be found at - http://www.haskell.org/ghc/docs/5.02/building/building-guide.html + http://www.haskell.org/ghc/docs/latest/building/building-guide.html