SKSE Plugin Component for OSLAroused
- CMake
- Add this to your
PATH
- Add this to your
- The Elder Scrolls V: Skyrim Special Edition
- Add the environment variable
Skyrim64Path
to point to the root installation of your game directory (the one containingSkyrimSE.exe
).
- Add the environment variable
- 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++
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release
For SSE Build:
cmake --preset vs2022-windows-sse