nimbus/docs/installation.rst

1.2 KiB

Installation

Prerequisites

The only build dependency is the Nim compiler. However, depfile support is only available in the patchset. To apply it in Gentoo, build dev-lang/nim with experimental USE flag.

Runtime dependencies are Nim (needed to run scripts) and either ninja or samu.

Gentoo

nimbus is packaged for Gentoo in the GURU ebuild repository.

bash #

eselect repository enable guru emaint sync -r guru emerge dev-nim/nimbus

Other distributions

Packaging status on Repology

Manual installation

Using Nim:

bash

git clone https://git.sysrq.in/nimbus cd nimbus nim c src/nimbus

Using Nimble:

bash

nimble install https://git.sysrq.in/nimbus