# Rakudo on Parrot

    git clone git://github.com/rakudo/rakudo.git

    # requires: ICU, gcc, make, perl 5.8+

    perl Configure.pl --gen-parrot --gen-nqp
    make
    make test
    make spectest # may take an hour or so
    make install  # installs to relative install/bin/perl6 directory