|  | 1 | [[PageOutline]] | 
                          |  | 2 |  | 
                          |  | 3 | = Perl version 6 = | 
                          |  | 4 |  | 
                          |  | 5 | == install == | 
                          |  | 6 | * [http://rakudo.org/ Rakudo.org | Your one stop for Rakudo Perl, Parrot and Perl 6 news: Development, docs and more] | 
                          |  | 7 |  | 
                          |  | 8 | 1. wget https://github.com/downloads/rakudo/star/rakudo-star-2010.11.tar.gz | 
                          |  | 9 | 1. tar xzf rakudo-star-2010.11.tar.gz | 
                          |  | 10 | 1. cd rakudo-star-2010.11/rakudo/ | 
                          |  | 11 | 1. ~/rakudo-star-2010.11/rakudo$ perl ./Configure.pl --gen-parrot | 
                          |  | 12 | * gitが入っていないと「Can't exec "git": No such file or directory at build/gen_parrot.pl line 106.」といわれるので、aptitude等で入れておく | 
                          |  | 13 | 1. ~/rakudo-star-2010.11/rakudo$ make all |