Changeset 11126 for INSTALL

Show
Ignore:
Timestamp:
07/04/06 20:38:27 (2 years ago)
Author:
daxim
Message:

v6-pugs build requirements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r11107 r11126  
    99Pugs needs Parrot 0.4.5 or above to support Perl 6 Rules and PIR evaluation. 
    1010To install Parrot, follow the instructions at http://www.parrotcode.org/. 
     11 
     12v6-pugs (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 
     13Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is 
     14dependent on Module::Build with C_support, so install ExtUtils::CBuilder and 
     15ExtUtils::ParseXS first. Satisfy all with one command: 
     16 
     17    $ sudo cpan ExtUtils::CBuilder ExtUtils::ParseXS Module::Build \ 
     18          Devel::Caller Module::Compile Pugs::Compiler::Rule 
    1119 
    1220http://www.jwcs.net/~jonathan/perl6/ and http://pxperl.com/ both have