Downloading and building Rakudo Perl
Best practice is to obtain from github
See http://rakudo.org/how-to-get-rakudo
$ git clone git://github.com/rakudo/rakudo.git $ cd rakudo $ perl Configure.pl --gen-parrot $ make
- We don't have a "make install" target yet