Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r14895 r15065 1 2 To build v6-alpha see INSTALL.v6-alpha 3 1 4 BUILDING PUGS 2 5 ------------- … … 6 9 To install GHC, download a binary build from http://haskell.org/ghc/. 7 10 Although source code for GHC is available, it will take a very long time to 8 build by yourself. 11 build by yourself. (Several hours) 9 12 10 13 Additionally, Pugs uses the Cabal framework (http://haskell.org/cabal/), 11 which is usually bundled with GHC itself. 14 which is usually bundled with GHC itself. (The 6.6 source code contains it.) 12 15 13 v6-alpha (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules14 Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is15 dependent on Module::Build with C_support, so install ExtUtils::CBuilder and16 ExtUtils::ParseXS first. Satisfy all with one command:17 18 $ sudo cpan -fi ExtUtils::CBuilder ExtUtils::ParseXS Module::Build \19 Devel::Caller Module::Compile Pugs::Compiler::Rule20 16 21 17 http://jnthn.net/perl6/ has binary builds for Win32. For Mac OS X (PowerPC),
