Skip to content
haldean edited this page Dec 20, 2014 · 10 revisions

To get the source code you need either of these:

Bootstrapping

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]
  • 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

Clone this wiki locally