Last active
August 29, 2015 14:02
-
-
Save FROGGS/b9b848250062860e61de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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