Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianpatt/skse64
Skyrim SE Script Extender
https://github.com/ianpatt/skse64
Last synced: 4 days ago
JSON representation
Skyrim SE Script Extender
- Host: GitHub
- URL: https://github.com/ianpatt/skse64
- Owner: ianpatt
- License: other
- Created: 2020-11-06T23:15:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T00:58:25.000Z (3 months ago)
- Last Synced: 2024-08-24T01:53:23.064Z (3 months ago)
- Language: C++
- Homepage: https://skse.silverlock.org
- Size: 1010 KB
- Stars: 276
- Watchers: 15
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![testbuild](https://github.com/ianpatt/skse64/workflows/testbuild/badge.svg)
## Building
```
git clone https://github.com/ianpatt/common
git clone https://github.com/ianpatt/skse64
cmake -B common/build -S common -DCMAKE_INSTALL_PREFIX=extern common
cmake --build common/build --config Release --target install
cmake -B skse64/build -S skse64 -DCMAKE_INSTALL_PREFIX=extern skse64
cmake --build skse64/build --config Release
```
Solution will be generated at skse64/build/umbrella.sln.