7e3ebc1bc ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
sh ci/deps.sh # Build from C sources. git clone --depth 1 https://github.com/nim-lang/csources.git cd csources sh build.sh cd .. # Add Nim to the PATH export PATH=$(pwd)/bin:$PATH # Bootstrap. nim -v nim c koch ./koch boot cp bin/nim bin/nimd ./koch boot -d:release