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"`
|
2013-05-29 22:24:16 +00:00
|
|
|
* git `git clone --depth 1 git://github.com/Araq/Nimrod.git`
|
2011-01-04 00:28:13 +00:00
|
|
|
|
2013-05-29 23:05:58 +00:00
|
|
|
### Bootstrapping
|
|
|
|
|
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]`
|
2013-05-29 23:05:58 +00:00
|
|
|
* Put Nimrod on your PATH
|
|
|
|
* For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin`
|
|
|
|
|
|
|
|
### Babel
|
|
|
|
|
|
|
|
Babel is Nimrod's package manager
|
|
|
|
* Download the source from `[[https://github.com/nimrod-code/babel]]` using one of the above methods.
|
|
|
|
* `nimrod c babel`
|
|
|
|
* `ln -s $PWD/babel /home/user/bin`
|
|
|
|
* `babel update`
|