Changeset 13514 for INSTALL

Show
Ignore:
Timestamp:
09/21/06 01:02:41 (2 years ago)
Author:
audreyt
Message:

* Makefile.PL: Remove the obsolete syck/cbits build flags.
* INSTALL/Makefile.PL: Document the ways to use parrot/pge as

the alternate regex engine, and tweak build messages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r13193 r13514  
    66for GHC is available, it will take a very long time to build by yourself.  
    77Additionally, the Cabal framework is needed, see <http://haskell.org/cabal/>. 
    8  
    9 Pugs needs Parrot 0.4.6 or above to support Perl 6 Rules and PIR evaluation. 
    10 To install Parrot, follow the instructions at http://www.parrotcode.org/. 
    118 
    129v6-pugs (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 
     
    147144at the moment, to avoid a dependency on the full parser. 
    148145 
    149 CAVEATS FOR ALL USERS 
    150 --------------------- 
    151  
    152 Parrot is used to provide Perl6-style regular expressions. 
    153 Perl5-style regular expressions (eg, rx:Perl5/foo/) can be used 
    154 without any parrot at all.  Pugs can be built to use parrot external 
    155 (the default), or embedded.  External is recommended. 
    156  
    157 Embedding parrot currently requires a parrot version 0.4.6 or later. 
    158 Recent copies of parrot can be obtained from http://www.parrotcode.org/. 
    159  
    160146CAVEATS FOR Win32 USERS 
    161147-------------------------