Skip to content

Instantly share code, notes, and snippets.

@niner
Last active April 19, 2018 10:19
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 niner/fc6d15e881c5a3ba6df33a7d03175e6d to your computer and use it in GitHub Desktop.
Save niner/fc6d15e881c5a3ba6df33a7d03175e6d to your computer and use it in GitHub Desktop.
pushd nqp/MoarVM
git pull && perl Configure.pl --prefix=$(pwd)/install && make -j install
popd
pushd nqp
git pull && bash config.status && make -j install
popd
git pull && bash config.status && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment