Changeset 15065 for INSTALL

Show
Ignore:
Timestamp:
01/13/07 05:40:32 (23 months ago)
Author:
szabgab
Message:

INSTALL - put the v6-alpha installation notes in another file: INSTALL.v6-alpha

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r14895 r15065  
     1 
     2To build v6-alpha see INSTALL.v6-alpha 
     3 
    14BUILDING PUGS 
    25------------- 
     
    69To install GHC, download a binary build from http://haskell.org/ghc/. 
    710Although source code for GHC is available, it will take a very long time to 
    8 build by yourself. 
     11build by yourself. (Several hours) 
    912 
    1013Additionally, Pugs uses the Cabal framework (http://haskell.org/cabal/), 
    11 which is usually bundled with GHC itself. 
     14which is usually bundled with GHC itself. (The 6.6 source code contains it.) 
    1215 
    13 v6-alpha (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 
    14 Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is 
    15 dependent on Module::Build with C_support, so install ExtUtils::CBuilder and 
    16 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::Rule 
    2016 
    2117http://jnthn.net/perl6/ has binary builds for Win32.  For Mac OS X (PowerPC),