mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
815 B
815 B
mkxp-sunshine
This is a specialized fork of mkxp-oneshot designed for OneShot: Sunshine mod. Target of sunshine mod - improve original game.
xScripts.rxdata
./rpgscript.rb scripts/ [GameDir]
Build
- Install required packages
- Cmake
- C/C++ compiler(GCC 14+/Clang(untested)/MinGW)
- xxd
- Ruby 3.4+
- Boost
- SDL3
- pixman
- SDL3_image
- SDL3_ttf
- SDL3_sound
- OpenAL
- PhysFS
- sigc++-2.0
- OpenSSL
- GTK3(*NIX only!)
- libxfconf(*NIX only!)
(*NIX - Linux,FreeBSD and other UNIX and UNIX-like systems.)
- build
- In project dir create build dir
- cmake -S . -B build
- cd build
- make -jn (n - count of threads for compilation)