# Rakudo on the JVM

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

    # requires: Java 7, make, perl 5.8+

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