Created
April 22, 2018 08:59
-
-
Save stmuk/147c17b8ed41f1bec42e00455d7b0bf2 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
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