6b088938f ^
7e479993a ^
b77ae66e8 ^
1 2 3 4
5
6
7 8 9 10 11 12 13 14 15 16 17 18 19
#!/bin/sh set -e set -x if [ ! -e csources/.git ]; then git clone --depth 1 git://github.com/nim-lang/csources.git csources fi cd "csources" sh build.sh cd ".." ./bin/nim c koch ./koch boot -d:release cp -f install.sh.template install.sh chmod +x install.sh exit 0