- C++20 compiler (MSVC 19.38+/VS 2022, GCC 12+, Clang 16+, Emscripten 3.1.0+ for WASM)
- SDL2 via vcpkg
C:\tools\vcpkg\vcpkg install sdl2:x64-windowscmake -B build -S . -G "Visual Studio 17 2022" -A x64 `
-DCMAKE_TOOLCHAIN_FILE="C:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake" `
-DVCPKG_TARGET_TRIPLET=x64-windows
cmake --build build --config Release --target afterimage_desktop.\build\desktop\Release\afterimage_desktop.exe