Contributing
prerequisites

Prerequisites

Unfortunately, we use C++20 features and it does require a slightly bleeding edge compiler in order to build this project.

minimum compiler versions

clang 16
or 
gcc 13

Automatic llvm installation script (opens in a new tab)

required for even ubuntu 22.04

Ubuntu

# Automatic llvm install script
# Downloads the latest stable version
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
 
sudo apt install cmake build-essential
 

Arch

sudo pacman -Sy base-devel clang cmake

Fedora

# TODO: Figure this out