Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 504 Bytes

Build

Build instructions

CMake + vcpkg

  • git submodule update --init --recursive
  • .\vcpkg\bootstrap-vcpkg.bat or ./vcpkg/bootstrap-vcpkg.sh
  • mkdir build
  • cd build
  • cmake -GNinja .. --preset zit-clang -DCMAKE_BUILD_TYPE=Release
  • cmake --build . --config Release

Or with --preset zit-gcc.

Note that on Linux pkg-config and clang or gcc must be installed.

  • nix-build