Currently the recommended way to install Rakudo is the following:
For this you'll need to have Git installed:
$ cd ~ $ mkdir somedir $ cd somedir $ git clone git://github.com/rakudo/rakudo.git $ cd rakudo $ perl Configure.pl --gen-parrot $ make $ make test $ make install $ make spectest
First install DWIM Perl for Windows and Git for Windows . Then open a command window by clicking on Start/Run and typing in cmd in command line.
c:> cd \ c:> mkdir somedir c:> cd somedir c:> git clone git://github.com/rakudo/rakudo.git c:> cd rakudo c:> perl Configure.pl --gen-parrot c:> gmake c:> gmake test c:> gmake install c:> gmake spectest
For up-to-date instructions, please visit the Rakudo web site .