Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 590 Bytes

Alchemist journal

Code dependencies

Dev dependencies

  • Visual Studio 2022
    • Desktop development with C++
  • vcpkg

Build instructions

Open x64 Native Tools Command Prompt for VS 2022.

git clone https://github.com/andrelo1/alchemist_journal
cd alchemist_journal
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DVCPKG_OVERLAY_PORTS=vcpkg/ports
cmake --build build --config Release