Skip to content

Instantly share code, notes, and snippets.

@moritz
Created December 8, 2012 16:53
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 moritz/4240982 to your computer and use it in GitHub Desktop.
Save moritz/4240982 to your computer and use it in GitHub Desktop.
Instructions for building rakudo with an old parrot
git clone git://github.com/rakudo/rakudo.git
cd rakudo
git clone git://github.com/perl6/nqp.git
cd nqp
git revert 0c08da36
git describe > ../tools/build/NQP_REVISION
cd ..
perl Configure.pl --gen-parrot
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment