Installation#
Prerequisites#
The only build dependency is a working Nim compiler.
Runtime dependencies are Nim (needed to run scripts) and either ninja or samu.
Gentoo#
nimbus is packaged for Gentoo in the GURU ebuild repository.
eselect repository enable guru
emaint sync -r guru
emerge dev-nim/nimbus
Other distributions#
Manual installation#
Using Nimble:
nimble install https://git.sysrq.in/nimbus
Using Nim (expert):
git clone https://git.sysrq.in/nimbus
cd nimbus
nim c src/nimbus
nim c src/txt2deps