work in progress [might break]

This commit is contained in:
Leon van Kammen 2023-03-09 21:55:03 +01:00
parent 20bd12b5a6
commit 4b2e96b0aa
3 changed files with 6 additions and 2 deletions

2
.vimrc
View File

@ -1 +1 @@
noremap <silent> <F5> :!./make && ./make runtest \| most<CR> noremap <silent> <F5> :!./make && ./make runtest \| less<CR>

View File

@ -3,7 +3,6 @@
xrfragment.Query xrfragment.Query
-D shallow-expose -D shallow-expose
--resource stub/stub.js@stub
-js dist/xrfragment.js -js dist/xrfragment.js
--next --next

5
make
View File

@ -5,9 +5,14 @@ try(){ set +e; "$@" 2>/dev/null; set -e; }
install(){ install(){
which haxe || { which haxe || {
echo -e "installing haxe..if this fails:\n\n"
echo " 1. install haxe from haxe.org" echo " 1. install haxe from haxe.org"
echo "[2.] download neko for cpp output" echo "[2.] download neko for cpp output"
echo "[3.] install mono openjdk14 for csharp + java output" echo "[3.] install mono openjdk14 for csharp + java output"
which apt-get && {
apt-get update -y
apt-get neko haxe -y
}
} }
haxelib setup haxelib setup
haxelib install hxcpp haxelib install hxcpp