forked from EasyRPG/Player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
125 lines (70 loc) · 2.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
EasyRPG Player
==============
EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003 and
EasyRPG games. It uses liblcf to read RPG Maker game data.
EasyRPG Player is part of the EasyRPG Project. More information is
available at the project website:
https://easy-rpg.org/
Documentation
-------------
Documentation is available at the documentation wiki:
https://easy-rpg.org/wiki/
Requirements
------------
liblcf for RPG Maker data reading. https://github.com/EasyRPG/liblcf
SDL2 for screen backend support.
SDL2_mixer for audio mixing.
FreeType for font support.
Pixman for low level pixel manipulation.
libpng for PNG image support.
zlib for XYZ image support.
SDL and SDL_mixer 1.2 are still supported but deprecated.
Daily builds
------------
Up to date binaries for assorted platforms are available at:
https://easy-rpg.org/jenkins/view/Player/
Source code
-----------
EasyRPG Player development is hosted by GitHub.
Project files are available in Git repositories.
https://github.com/EasyRPG/Player
Building
--------
* Makefile method:
Building requirements:
pkg-config
make
1. Unpack the tarball with:
tar xf easyrpg-player-0.4.1.tar.xz
2. Enter in the package directory with:
cd easyrpg-player-0.4.1
3. Compile with:
./configure
make
Specific building requirements from source tree (Git):
autoconf >= 2.69
automake >= 1.11.4
libtool
To generate the "configure" script, run:
autoreconf -i
Then follow the "3. Compile with:" section.
Read more detailed instructions at:
https://easy-rpg.org/wiki/development/compiling/player/autotools
https://easy-rpg.org/wiki/development/compiling/player/cmake
* Visual Studio method:
Read detailed instructions at:
https://easy-rpg.org/wiki/development/compiling/player/windows/visual-studio
Running EasyRPG Player
----------------------
Run the easyrpg-player executable from a RPG Maker 2000 or 2003 game
project folder (same place as RPG_RT.exe).
Bug reporting
-------------
Available options:
* File an issue at https://github.com/EasyRPG/Player/issues
* Open a thread at https://easy-rpg.org/forums/
* Chat with us via IRC: #easyrpg at irc.freenode.net
License
-------
EasyRPG Player is free software. See the file COPYING for copying
conditions.