11# Skyrim Character Sheet
22![ Platform] ( https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=for-the-badge&logo=windows )
3- ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/mlthelama/SkyrimCharacterSheet?style=for-the-badge )
3+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/mlthelama/SkyrimCharacterSheet?style=for-the-badge&include_prereleases )
44![ GitHub] ( https://img.shields.io/github/license/mlthelama/SkyrimCharacterSheet?style=for-the-badge )
55![ GitHub top language] ( https://img.shields.io/github/languages/top/mlthelama/SkyrimCharacterSheet?style=for-the-badge )
66![ GitHub language count] ( https://img.shields.io/github/languages/count/mlthelama/SkyrimCharacterSheet?style=for-the-badge )
1313## End User Dependencies
1414* [ SKSE64] ( https://skse.silverlock.org/ )
1515* [ Address Library for SKSE Plugins] ( https://www.nexusmods.com/skyrimspecialedition/mods/32444 )
16- * [ Scaleform Translation Plus Plus] ( https://www.nexusmods.com/skyrimspecialedition/mods/22603 )
17- * [ Icons for Skyrim Character Sheet] ( https://www.nexusmods.com/skyrimspecialedition/mods/71282 )
1816
1917## Build Dependencies
20- * [ CommonLibSSE NG] ( https://github.com/CharmedBaryon/CommonLibSSE-NG )
18+ * [ CommonLibSSE NG] ( https://github.com/mlthelama/CommonLibSSE/tree/ng )
19+ - currently a [ fork from] ( https://github.com/alandtse/CommonLibVR/tree/ng ) with minor changes
20+ - added as [ submodule] ( extern/CommonLibSSE-NG )
2121* [ spdlog] ( https://github.com/gabime/spdlog )
2222* [ nlohmann-json] ( https://github.com/nlohmann/json )
2323* [ tomlplusplus] ( https://github.com/marzer/tomlplusplus )
2828* [ cmake] ( https://cmake.org )
2929 - installed dir needs to be added to the ` PATH ` environment variable
3030 - Version ` 3.25 `
31+ * [ clib-util] ( https://github.com/powerof3/CLibUtil )
32+ - added as vcpkg [ port] ( cmake/ports/clib-util )
33+ * [ unordered-dense] ( https://github.com/martinus/unordered_dense )
34+ - added as vcpkg [ port] ( cmake/ports/unordered-dense )
35+
36+ ## Release Dependencies
37+ * [ hint_button_menu] ( https://github.com/mlthelama/hint_button_menu )
38+ - needed [ file] ( extern/hint_button_menu/bin/hint_button_menu.swf )
39+ * [ skyui] ( https://github.com/mlthelama/skyui )
40+ - needed [ file] ( extern/skyui/swf/icons_item_psychosteve_merged.swf )
3141
3242## Building
3343```
@@ -37,3 +47,12 @@ cd SkyrimCharacterSheet
3747cmake --preset vs2022-windows
3848cmake --build --preset vs2022-windows --config Release
3949```
50+
51+ ## Manual Release
52+ ```
53+ cd SkyrimCharacterSheet
54+
55+ ./scripts/run.sh
56+ or
57+ .\scripts\run.sh
58+ ```
0 commit comments