ianpatt / f4se

Fallout 4 Script Extender

Home Page:https://f4se.silverlock.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testbuild

Building

git clone https://github.com/ianpatt/common
git clone https://github.com/ianpatt/f4se
cmake -B common/build -S common -DCMAKE_INSTALL_PREFIX=extern common
cmake --build common/build --config Release --target install
cmake -B f4se/build -S f4se -DCMAKE_INSTALL_PREFIX=extern f4se
cmake --build f4se/build --config Release

Solution will be generated at f4se/build/umbrella.sln.

About

Fallout 4 Script Extender

https://f4se.silverlock.org


Languages

Language:C++ 58.3%Language:Papyrus 31.8%Language:C 8.6%Language:CMake 1.0%Language:NSIS 0.2%Language:Python 0.2%