-
Build tools
sudo apt install autoconf clang cmake curl git libomp-dev libtool ninja-build unzip zip
To build the benchmarks, you also need
xorg-dev
, which is required by geogram:sudo apt install xorg-dev
git clone --recurse-submodules https://github.com/unageek/kigumi.git
cd kigumi
To update an existing repository:
git pull --recurse-submodules
./run configure # or ./run c
./run build # or ./run b