Nimrod Programming/Installing Nimrod

From Wikibooks, open books for an open world
Jump to navigation Jump to search

As nim is a compiled language , we of course need the compiler on the system that we are on , so lets install it .now the installation procedure depends on your system.

https://nim-lang.org/install.html

and if you want to compile from source then after downloading the source tarball

sh build.sh

bin/nim c koch

./koch boot -d:release

./koch tools