Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FROGGS/b9b848250062860e61de to your computer and use it in GitHub Desktop.
Save FROGGS/b9b848250062860e61de to your computer and use it in GitHub Desktop.
1) wipe C:\rakudo
2) fetch the star tgz file
3) unpack to C:\rakudo-star-YYYY.MM
4) cd to it
5) mkdir nqp\install
6) C:\Perl\bin\perl.exe Configure.pl --prefix=C:\rakudo --gen-parrot
7) copy parrot\libparrot.lib C:\rakudo\bin
8) C:\Perl\bin\perl.exe Configure.pl --prefix=C:\rakudo --gen-parrot
9) nmake install
10) copy bin\p6doc.bat, panda.bat and ufo.bat from older version
11) nmake msi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment