Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.12 KB

File metadata and controls

31 lines (27 loc) · 1.12 KB

CommonLibVR Template Plugin

A simple template plugin to use as a starting point for making CommonLibVR based SKSE plugins

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++
  • CommonLibVR
    • You need to build from the RafearTheModder/vr branch (will switch to alandtse/vr if and when changes are upstreamed)
    • Add this as as an environment variable CommonLibVRPath

User Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

VR

cmake --preset vs2022-windows-vcpkg-vr
cmake --build buildvr --config Release

License

MIT