User Tools

Site Tools


development:compiling:player:osx:autotools

This is an old revision of the document!


Building Player on Mac OS X with Autotools

Build and install liblcf:

Install requirements with Homebrew:

brew install jpeg libpng libvorbis sdl2 sdl2_mixer pixman freetype boost

Download Player sources from git:

git clone https://github.com/EasyRPG/Player

Enter to the Player folder:

cd Player

Generate configure script:

autoreconf -i

Generate Makefile:

To use the ./configure script, you have to specify the path of boost files, CXXFLAGS and LDFLAGS's values may be different depending on the version of boost.

./configure CXXFLAGS="-I/usr/local/Cellar/boost/1.57.0/include" LDFLAGS="-L/usr/local/Cellar/boost/1.57.0/lib"

Build:

make -j4

Install:

sudo make install
development/compiling/player/osx/autotools.1422719729.txt.gz · Last modified: 2015/01/31 15:55 by 78.219.24.142

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki