A high performance and stability patch for SexLab for Skyrim SE.
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- 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++
- CommonLibSSE
- You need to build from the powerof3/dev branch
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
git clone https://github.com/Scrabx3/SexLabpp.git
cd SexLabpp
# pull commonlib
git submodule init
# to update submodules to checked-out build (warning, pulling newer verisons may result in build problems)
git submodule update
cmake --preset vs2022-windows-vcpkg-se
cmake --build build/vs2022-SE --config Release
cmake --preset vs2022-windows-vcpkg-ae
cmake --build build/vs2022-AE --config Release