Skip to content

Instantly share code, notes, and snippets.

@stmuk
Created April 22, 2018 08:59
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 stmuk/147c17b8ed41f1bec42e00455d7b0bf2 to your computer and use it in GitHub Desktop.
Save stmuk/147c17b8ed41f1bec42e00455d7b0bf2 to your computer and use it in GitHub Desktop.
Do three checkouts such that you have a
rakudo/nqp/MoarVM
directory structure and do something like:
cd nqp/MoarVM && \
perl Configure.pl --prefix ${HOME}/sandbox/rakudo/install --make-install
cd .. && \
perl Configure.pl --prefix ${HOME}/sandbox/rakudo/install --make-install
cd .. && \
perl Configure.pl --prefix ${HOME}/sandbox/rakudo/install --make-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment