Skip to content

Getting Started

Installation

To install from source, clone the Ekizu repo with:

git clone https://github.com/jontitorr/ekizu

Build and install with:

cd ekizu
cmake -S. -Bbuild
cmake --build build --target install

The last command may need sudo. Alternatively, provide a prefix to install somewhere local:

cmake --build build --target install --prefix $HOME/.local