Skip to content

RafearTheModder/CommonLibVR-TemplatePlugin

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published