Skip to content

Exit-9B/Reading-Is-Good

Repository files navigation

Reading Is Good

Don't save your skill books for later!

Requirements

  • CMake
    • Add this to your PATH
  • 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++
  • SKSE64 SDK
    • Add the environment variable SKSE64Path
  • SkyUI SDK
    • Add the environment variable SkyUISDKPath

Register Visual Studio as a Generator

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

Building

git clone https://github.com/Exit-9B/Reading-Is-Good
cd Reading-Is-Good
git submodule update --init --recursive
cmake --preset vs2022-windows
cmake --build build --config Release