From README.md and CMakeLists.txt

Build Requirements

Tooling and dependency references defined in project docs and CMake.

Required Libraries

  • wxWidgets 3.0 or newer
  • Boost 1.55.0 or newer (README)
  • OpenGL, GLUT, ZLIB, LibArchive (CMake)

Compiler Standard

  • CMake sets C++17 for the main target
  • Optional test target exists behind BUILD_TESTS

VCPKG Commands (README)

vcpkg install wxwidgets freeglut asio nlohmann-json fmt libarchive boost-spirit
vcpkg install --triplet x64-windows wxwidgets freeglut asio nlohmann-json fmt libarchive boost-spirit

Compile Guides Referenced In README