f7dc9492d ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
if not exist "csources"( git clone --depth 1 https://github.com/nim-lang/csources.git ) cd "csources" if exist "C:\Program Files (x86)" ( call build64.bat ) else ( call build.bat ) cd ".." ./bin/nim c koch ./koch boot -d:release xcopy /Y install.bat.template install.bat pause