Prerequisites
- C++20 compatible compiler (GCC, Clang, or MSVC)
- CMake
- OpenGL
- glfw
- fontconfig
- freetype
With CMake
If using nixos, first run
direnv allowornix developin the clrsync root.
mkdir build && cd build
cmake ..
cmake --build .
If using nixos, first run
direnv allowornix developin the clrsync root.
mkdir build && cd build
cmake ..
cmake --build .