Run autoreconf -i
to generate the configure
script.
./configure make sudo make install
For most games, you will need to have installed the RTP. To install RTP in non-Windows systems you can use WINE. EasyRPG Player will detect the RTP path from the WINE registry automatically. Will work with original Japanese RTP filenames even when games are created with English RTP translations (Don Miguel, RPG Advocate) and vice-versa. Read rtp to learn how to install the RPG Maker 2000 and 2003 RTPs.
sudo apt-get -y install --no-install-recommends libsdl2-mixer-dev libpixman-1-dev libfreetype6-dev libspeexdsp-dev libxmp-dev libwildmidi-dev libopusfile-dev libvorbis-dev libharfbuzz-dev libmpg123-dev libsndfile-dev git clone https://github.com/EasyRPG/Player.git cd Player autoreconf -i ./configure make sudo make install
sudo dnf -y install SDL2_mixer-devel pixman-devel libpng-devel freetype-devel harfbuzz-devel libmpg123-devel libvorbis-devel opusfile-devel wildmidi-devel libxmp-devel libsndfile-devel speexdsp-devel asciidoc git clone https://github.com/EasyRPG/Player.git cd Player autoreconf -i ./configure --enable-fmmidi make sudo make install
There is an AUR package available, you can use your favourite aur helper or download and use makepkg:
packer -S easyrpg-player-git
If you prefer a manual compilation, here is a screencast of the compilation procedure for liblcf and the player: