Changeset 10755 for INSTALL

Show
Ignore:
Timestamp:
06/20/06 08:35:09 (2 years ago)
Author:
audreyt
Message:

* INSTALL: Bump our parrot requirement to 0.4.5 for the shiny

regex/token/rule :ratchet/:sigspace support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r10059 r10755  
    66for GHC is available, it will take a very long time to build by yourself.  
    77 
    8 Pugs needs Parrot 0.4.1 or above to support Perl 6 Rules and PIR evaluation. 
     8Pugs needs Parrot 0.4.5 or above to support Perl 6 Rules and PIR evaluation. 
    99To install Parrot, follow the instructions at http://www.parrotcode.org/. 
    1010 
     
    139139 
    140140Parrot is used to provide Perl6-style regular expressions. 
    141 Perl5-style regular expressions (eg, rx:perl5/foo/) can be used 
     141Perl5-style regular expressions (eg, rx:Perl5/foo/) can be used 
    142142without any parrot at all.  Pugs can be built to use parrot external 
    143143(the default), or embedded.  External is recommended. 
    144144 
    145 Embedding parrot currently requires a parrot version 0.4.1 or later. 
    146 Recent copies of parrot can be obtained from 
    147 http://www.parrotcode.org/source.html . 
     145Embedding parrot currently requires a parrot version 0.4.5 or later. 
     146Recent copies of parrot can be obtained from http://www.parrotcode.org/. 
    148147 
    149148CAVEATS FOR Win32 USERS