Skip to content

epinter/skse-clibng-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Project for SKSE - CommonLibSSE-NG

Runtime requirements

Build requirements

Building

In Developer Command Prompt for VS 2022 or Developer PowerShell for VS 2022, run:

git clone https://github.com/epinter/skse-clibng-template.git
cd skse-clibng-template

then

.\cmake\build.ps1

or

.\cmake\build.ps1 -buildPreset ALL-relwithdebinfo

or

.\cmake\build.ps1 -buildPreset ALL-debug

or

cmake -B build -S . --preset ALL --fresh
cmake --build build --preset ALL-release

Then get the .dll in build/Release, or the .zip (ready to install using mod manager) in build.