Skip to content

andrelo1/alchemist_journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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