Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.04 KB

Requirements

  • CMake
    • Add this to your PATH
  • The Elder Scrolls V: Skyrim Special Edition
    • Add the environment variable CompiledPluginsPath to point to the folder where you want the .dll to be copied after building
  • 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++
  • CommonLibSSE-NG)
    • Add the environment variable CommonLibSSEPath_NG with the value as the path to the folder containing CommonLibSSE-NG

User Requirements

Building

git clone https://github.com/ersh1/TrueDirectionalMovement/
cd TrueDirectionalMovement
git submodule init
git submodule update

cmake --preset vs2022-windows
cmake --build build --config Release