2011-01-04 00:28:13 +00:00
|
|
|
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"`
|
|
|
|
* git `git clone 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:
|
2011-01-04 00:28:13 +00:00
|
|
|
|
|
|
|
* `./build.sh` or `build.bat` (Windows)
|
|
|
|
* `nimrod c koch`
|
|
|
|
* `koch boot [-d:release]`
|