We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcdc0e commit e2559d7Copy full SHA for e2559d7
build-scripts/rebuild-nqp-moarvm.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+cd
3
+set -e
4
+echo -e "\n\nNew nqp-moarvm build"
5
+date
6
+cd MoarVM
7
+git pull
8
+perl Configure.pl --optimize --prefix=../nqp-moarvm/install && make CGOTO=1 install
9
+cd ../nqp-moarvm/nqp
10
+perl ConfigureMoar.pl --prefix=../install && make install
0 commit comments