Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r13193 r13514 6 6 for GHC is available, it will take a very long time to build by yourself. 7 7 Additionally, 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/.11 8 12 9 v6-pugs (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules … … 147 144 at the moment, to avoid a dependency on the full parser. 148 145 149 CAVEATS FOR ALL USERS150 ---------------------151 152 Parrot is used to provide Perl6-style regular expressions.153 Perl5-style regular expressions (eg, rx:Perl5/foo/) can be used154 without any parrot at all. Pugs can be built to use parrot external155 (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 160 146 CAVEATS FOR Win32 USERS 161 147 -------------------------
