Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 543 Bytes

development.md

File metadata and controls

21 lines (19 loc) · 543 Bytes

开发

构建

vcpkg

vcpkg install fmt detours yaml-cpp curl --triplet=x64-windows-static-md

CMake

cd IbEverythingExt
cd external
cmake -B build -DCMAKE_TOOLCHAIN_FILE="C:\...\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static-md

对于 test 还需要:

vcpkg install boost-test pcre pcre2 --triplet=x64-windows-static-md

Bump version

  • EverythingExt\resource.rc
  • Updater\updater.cpp