Lorem ipsum stuff
Init github submodules if needed: git submodule update --init --recursive
Make sure your compiler supports C++20
Make sure you have CMake 3.13+ installed
Install dependencies I don't know what you need. Just try to run cmake and google every error.
Run cmake . to generate the makefiles
Run cmake --build . to compile the default target
Install dependencies apt install build-essential cmake libglew-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev
Run cmake . to generate the makefiles
Run cmake --build . to compile the default target
I don't know