Makes various improvements to Skyrim's Alchemy system.
- CMake
- Add this to your
PATH
- Add this to your
- Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
git clone https://github.com/Exit-9B/AlchemyPlus
cd AlchemyPlus
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release