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
Next revisionBoth sides next revision
development:compiling:player:autotools [2015/10/03 09:55] – external edit 127.0.0.1development:compiling:player:autotools [2016/10/10 13:13] – Add some better dep defaults (mp3, resampler, midi, manpages) fdelapena
Line 5: Line 5:
   * make   * make
   * pkg-config   * pkg-config
-  * boost (only headers needed) >= 1.48+  * boost (only headers needed) >= 1.48 (**only for 0.4.1**, later versions don't require boost)
   * [[../liblcf/autotools|liblcf]]   * [[../liblcf/autotools|liblcf]]
   * libpng   * libpng
Line 18: Line 18:
   * automake >= 1.11.4   * automake >= 1.11.4
   * git   * git
 +
 +
 Run ''autoreconf -i'' to generate the ''configure'' script. Run ''autoreconf -i'' to generate the ''configure'' script.
  
Line 38: Line 40:
   * 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 libboost-dev libsdl2-mixer-dev libpixman-1-dev libfreetype6-dev+sudo apt-get -y install --no-install-recommends libsdl2-mixer-dev libpixman-1-dev libfreetype6-dev
 git clone https://github.com/EasyRPG/Player.git git clone https://github.com/EasyRPG/Player.git
 cd Player cd Player
Line 52: Line 54:
   * 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 boost-devel SDL2_mixer-devel pixman-devel freetype-devel+sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm 
 +sudo dnf -y install SDL2_mixer-devel pixman-devel libpng-devel libmpg123-devel speexdsp-devel asciidoc
 git clone https://github.com/EasyRPG/Player.git git clone https://github.com/EasyRPG/Player.git
 cd Player cd Player
 autoreconf -i autoreconf -i
-./configure+./configure --enable-fmmidi
 make make
 sudo make install sudo make install
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