Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.)
Simply run cmake to build the makefiles with your configuration.
$ cmake -B build -DLAIKA_OBFUSCATE=On
Now compile the project, the binaries will be in ./bin
$ cmake --build build
Windows
Make sure you have a recent-ish version of Visual Studio installed (I used 2022 community).
Visual Studio provides a cmake interface to generate .sln files for Visual Studio (if that's your thing) through the Developer Command Prompt for VS. Just generate the .sln with