development:compiling:player:autotools
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
development:compiling:player:autotools [2014/03/26 17:03] – [Requirements] fdelapena | development:compiling:player:autotools [2019/07/01 01:54] (current) – [Step by step setup for Fedora] add freetype and harfbuzz dependencies fdelapena | ||
---|---|---|---|
Line 5: | Line 5: | ||
* make | * make | ||
* pkg-config | * pkg-config | ||
+ | * [[../ | ||
+ | * libpng | ||
+ | * FreeType | ||
+ | * HarfBuzz | ||
+ | * Pixman | ||
* SDL2 (or SDL 1.2, discouraged) | * SDL2 (or SDL 1.2, discouraged) | ||
* SDL2_mixer (or SDL_Mixer 1.2, discouraged) | * SDL2_mixer (or SDL_Mixer 1.2, discouraged) | ||
- | * Freetype | + | * libmpg123 |
- | * Pixman | + | * libvorbis |
- | * libpng | + | * opusfile |
+ | * libsndfile | ||
+ | * libxmp | ||
+ | * SpeexDSP | ||
+ | * WildMIDI | ||
* zlib | * zlib | ||
- | * boost | ||
- | * [[../ | ||
===== Requirements for building from git ===== | ===== Requirements for building from git ===== | ||
+ | * autoconf >= 2.69 | ||
+ | * automake >= 1.11.4 | ||
* git | * git | ||
- | * autoconf >= 2.69 | + | |
- | * automake | + | |
Run '' | Run '' | ||
===== Build ===== | ===== Build ===== | ||
- | * Run '' | + | * Run: |
- | + | <code bash> | |
- | If you want to cross compile with a specific gcc toolchain, pass '' | + | ./configure |
+ | make | ||
+ | sudo make install | ||
+ | </code> | ||
===== RTP support with WINE ===== | ===== RTP support with WINE ===== | ||
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 [[/ | 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 [[/ | ||
- | This feature is not built by default yet because it requires Boost Spirit and it is not a header only library. You will need to append '' | + | ====== Build from Git ===== |
===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) ===== | ===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) ===== | ||
- | * Do the [[../ | + | * Do the [[../ |
* Open the Terminal application | * Open the Terminal application | ||
* Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | ||
- | '' | + | <code bash> |
- | cd ~/ | + | sudo apt-get -y install --no-install-recommends libsdl2-mixer-dev libpixman-1-dev libfreetype6-dev |
- | | + | git clone https:// |
- | cd Player\\ | + | cd Player |
- | autoreconf -i\\ | + | autoreconf -i |
- | ./ | + | ./ |
- | make'' | + | make |
- | * Go to your Files application and browse into '' | + | sudo make install |
- | * Move the '' | + | </ |
===== Step by step setup for Fedora ===== | ===== Step by step setup for Fedora ===== | ||
- | * Do the [[../ | + | * Do the [[../ |
* Open the Terminal application | * Open the Terminal application | ||
* Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | ||
- | '' | + | <code bash> |
- | cd ~/EasyRPG\\ | + | sudo dnf -y install SDL2_mixer-devel pixman-devel libpng-devel freetype-devel |
- | git clone https:// | + | git clone https:// |
- | cd Player\\ | + | cd Player |
- | autoreconf -i\\ | + | autoreconf -i |
- | ./ | + | ./configure --enable-fmmidi |
- | make'' | + | make |
- | * Go to your Files application and browse into '' | + | sudo make install |
- | * Move the '' | + | </ |
===== Installation on Arch Linux ===== | ===== Installation on Arch Linux ===== | ||
There is an [[https:// | There is an [[https:// | ||
- | + | <code bash> | |
- | '' | + | packer -S easyrpg-player-git |
+ | </ | ||
If you prefer a manual compilation, | If you prefer a manual compilation, | ||
https:// | https:// | ||
development/compiling/player/autotools.1395853436.txt.gz · Last modified: 2014/03/26 17:03 by fdelapena