Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r17069 r17239 14 14 which is usually bundled with GHC itself. (The 6.6 source code contains it.) 15 15 16 17 16 http://jnthn.net/perl6/ has binary builds for Win32. For Mac OS X (PowerPC), 18 17 http://www.unobe.com/packages/ has binary builds too. If you'd like to build … … 25 24 i386 http://feather.perl6.nl/~diakopter/ 26 25 amd64 http://airen.bcm.umontreal.ca/ghc-pugs-etch/ 26 27 Do not use ActivePerl on OS X to run Makefile.PL. ActivePerl is built as a 28 Universal binary, and the pugs build system will try to use build 29 information from ActivePerl and cause the build to fail. The Perl from 30 MacPorts (http://www.macports.org/) seems to work well. 27 31 28 32 For dynamic loading/inlining of Haskell modules, you should install the
