mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Improved README file
This commit is contained in:
parent
e5e90d4a2b
commit
e5e957bc08
1 changed files with 22 additions and 8 deletions
30
README.md
30
README.md
|
|
@ -1,19 +1,33 @@
|
||||||
# mkxp-sunshine
|
# mkxp-sunshine
|
||||||
|
|
||||||
This is a specialized fork of [mkxp-oneshot](https://github.com/elizagamedev/mkxp-oneshot) designed for OneShot: sunshine mod
|
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
|
# xScripts.rxdata
|
||||||
./rpgscript.rb scripts/ [GameDir]
|
./rpgscript.rb scripts/ [GameDir]
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
1.Install required packages
|
1.Install required packages
|
||||||
Cmake,C/C++ compiler,Ruby,Boost,SDL3,pixman,SDL3_image,SDL3_ttf,SDL3_sound,OpenAL,PhysFS,sigc++-2.0
|
* Cmake
|
||||||
(Linux only!)GTK3,libxfconf,
|
* C/C++ compiler
|
||||||
|
* Ruby (3 or higher)
|
||||||
|
* Boost
|
||||||
|
* SDL3
|
||||||
|
* pixman
|
||||||
|
* SDL3_image
|
||||||
|
* SDL3_ttf
|
||||||
|
* SDL3_sound
|
||||||
|
* OpenAL
|
||||||
|
* PhysFS
|
||||||
|
* sigc++-2.0
|
||||||
|
(Linux only!):
|
||||||
|
* GTK3
|
||||||
|
* libxfconf
|
||||||
|
|
||||||
2.build
|
2.build
|
||||||
|
|
||||||
In project dir make build dir.
|
* In project dir create build dir
|
||||||
cmake -S . -B build
|
* cmake -S . -B build
|
||||||
cd build
|
* cd build
|
||||||
make -jn
|
* make -jn
|
||||||
n - count of threads for compilation
|
n - count of threads for compilation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue