mkxp-sunshine/README.md
DepressedTWM 228a698839 Gast fix
2026-07-28 10:47:16 +04:00

37 lines
795 B
Markdown

# mkxp-sunshine
This is a specialized fork of [mkxp-oneshot](https://github.com/elizagamedev/mkxp-oneshot) designed for OneShot: Sunshine mod.
Target of sunshine mod - improve original game.
## xScripts.rxdata
./rpgscript.rb scripts/ [GameDir]
## Build
1. Install required packages
* GCC 14+
* Cmake
* C/C++ compiler
* xxd
* Ruby 3.4+
* Boost
* SDL3
* pixman
* SDL3_image
* SDL3_ttf
* [SDL3_sound](https://github.com/icculus/SDL_sound)
* OpenAL
* PhysFS
* sigc++-2.0
* OpenSSL
* GTK3(*NIX only!)
* libxfconf(*NIX only!)
(*NIX - Linux,FreeBSD and other UNIX and UNIX-like systems.)
2. build
* In project dir create build dir
* cmake -S . -B build
* cd build
* make -jn (n - count of threads for compilation)