This build generates Lovebug.dll
, a SKSE64 plugin based on CommonLibSSE NG.
There should really be no need for you to do this, unless you:
- Want to port the native library to a skyrim version that I currently don't support
- Want to fork this project and change the native library
- Rust - executables like
cargo
should be present in your PATH - Visual Studio 2022 with a C++ compiler
- CMake - make sure that its added to your PATH environment variable
- VCPKG
- Set environment variable VCPKG_ROOT to the vcpkg installation folder
- Version must be 2023-02-16 or later, otherwise youll get
xbox
error
- Test VCPKG_ROOT is set in your build terminal. This should return the path:
echo %VCPKG_ROOT%
- Init submodules
git submodule update --init --recursive
- Build the project
cmake --preset build
cmake --build --preset build --config Release
to be done