Starting with 0.9.4 we now advise people to build directly from the
github `master <https://github.com/Araq/Nimrod#compiling>`_ branch::

  git clone git://github.com/Araq/Nimrod.git
  cd Nimrod
  git clone --depth 1 git://github.com/nimrod-code/csources
  cd csources && sh build.sh
  cd ..
  bin/nimrod c koch
  ./koch boot -d:release

Prebuilt binaries will be available soon.
