Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r8941 r10059 2 2 ------------- 3 3 4 Pugs needs the Glasgow Haskell Compiler (GHC) 6.4 or above. To install GHC,4 Pugs needs the Glasgow Haskell Compiler (GHC) 6.4.1 or above. To install GHC, 5 5 download a binary build from http://haskell.org/ghc/. Although source code 6 6 for GHC is available, it will take a very long time to build by yourself. … … 152 152 Embedding Perl5 is disabled GHC is built with MinGW/GCC and Perl 153 153 is usually built with VC++, they cannot embed one another. 154 155 CAVEATS FOR GCC 4.0 USERS156 -------------------------157 158 GHC 6.4.1 or later is required.159 160 This applies to Mac OS X 10.4 "Tiger", and all other GCC 4.0 systems.161 162 CAVEATS FOR x86_64 MACHINES163 ---------------------------164 165 GHC 6.4.1 or later is required.166
