Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 593 Bytes

build-ubuntu.md

File metadata and controls

37 lines (25 loc) · 593 Bytes

Building on Ubuntu 24.04 LTS

Prerequisites

  • 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

Clone

git clone --recurse-submodules https://github.com/unageek/kigumi.git
cd kigumi

To update an existing repository:

git pull --recurse-submodules

Build

./run configure  # or ./run c
./run build      # or ./run b