User Tools

Site Tools


development:compiling:player:autotools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
development:compiling:player:autotools [2019/07/01 01:31] – Remov boost headers requirement, remove rpmfusion, not required for libmpg123 on Fedora anymore fdelapenadevelopment:compiling:player:autotools [2019/07/01 01:50] – [Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...)] update dependencies fdelapena
Line 8: Line 8:
   * libpng   * libpng
   * FreeType   * FreeType
 +  * HarfBuzz
   * Pixman   * 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)
 +  * libmpg123
 +  * libvorbis
 +  * opusfile
 +  * libsndfile
 +  * libxmp
 +  * SpeexDSP
 +  * WildMIDI
   * zlib   * zlib
  
Line 39: Line 47:
   * 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> <code bash>
-sudo apt-get -y install --no-install-recommends libsdl2-mixer-dev libpixman-1-dev libfreetype6-dev+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 git clone https://github.com/EasyRPG/Player.git
 cd Player cd Player
Line 53: Line 61:
   * 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> <code bash>
-sudo dnf -y install SDL2_mixer-devel pixman-devel libpng-devel libmpg123-devel speexdsp-devel asciidoc+sudo dnf -y install SDL2_mixer-devel pixman-devel libpng-devel libmpg123-devel libvorbis-devel opusfile-devel wildmidi-devel libxmp-devel libsndfile-devel speexdsp-devel asciidoc
 git clone https://github.com/EasyRPG/Player.git git clone https://github.com/EasyRPG/Player.git
 cd Player cd Player
development/compiling/player/autotools.txt · Last modified: 2019/07/01 01:54 by fdelapena

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki