nim-wiki/Bootstrapping.md

12 lines
504 B
Markdown
Raw Normal View History

To get the source code you need either of these:
* A working web browser + tar(or equivalent) `[[https://github.com/Araq/Nimrod/tarball/master]]`
* wget + tar `wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"`
2013-05-29 22:24:16 +00:00
* git `git clone --depth 1 git://github.com/Araq/Nimrod.git`
2011-03-29 11:56:54 +00:00
After downloading the source (and extracting it), you need to extract build/csources.zip then you can bootstrap with:
* `./build.sh` or `build.bat` (Windows)
* `nimrod c koch`
* `koch boot [-d:release]`