How to use make instead of ninja

This page explains how to build Xyst using GNU make instead of ninja.

How to build Xyst with make instead of ninja

If ninja is not available, make is likely there. To clone and build using make do

git clone https://codeberg.org/xyst/xyst.git && cd xyst
mkdir build && cd build
cmake ../src
make