Open Source Projects Rakudo Perl 6
Confessions of an open source project leader
#9

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
$ make install        # see note
$ make test           # run small test suite
$ make spectest       # run official test suite

Currently "make install" installs to a subdirectory -- see the README file for how to install to other locations.

Copyright © 2009
http://www.pmichaud.com/2009/pres/