andrelo1 / gotobed-se

Gotobed Skyrim mod.

Home Page:https://www.nexusmods.com/skyrimspecialedition/mods/4224

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotobed-se

Dependencies

Build prerequisites

  • Visual Studio 2022
    • Desktop development with C++
  • vcpkg

Build instructions

Open x64 Native Tools Command Prompt for VS 2022.

git clone https://github.com/andrelo1/gotobed-se
cd gotobed-se
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DVCPKG_OVERLAY_PORTS=vcpkg/ports
cmake --build build --config Release

About

Gotobed Skyrim mod.

https://www.nexusmods.com/skyrimspecialedition/mods/4224

License:MIT License


Languages

Language:C++ 78.6%Language:CMake 20.5%Language:C 0.9%