Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Last active August 29, 2015 14:22
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/2d36d141ca34d814f1db to your computer and use it in GitHub Desktop.
Save FROGGS/2d36d141ca34d814f1db to your computer and use it in GitHub Desktop.
git clone https://github.com/MoarVM/MoarVM.git
git clone https://github.com/perl6/nqp.git
git clone https://github.com/rakudo/rakudo.git
cd MoarVM && perl Configure.pl --prefix=/usr/local && make && sudo make install && cd -
cd nqp && perl Configure.pl --backends=moar --prefix=/usr/local && make && sudo make install && cd -
cd rakudo && perl Configure.pl --backends=moar --prefix=/usr/local && make && sudo make install && cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment