User Tools

Site Tools


development:compiling:player:osx:autotools

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
development:compiling:player:osx:autotools [2015/01/04 23:53] – moved from "autools" to "autotools" fdelapenadevelopment:compiling:player:osx:autotools [2019/08/15 00:07] fdelapena
Line 1: Line 1:
-====== Compile Player on Mac OS X with Autotools ======+====== Building Player on OS X with Autotools ======
  
 Build and install liblcf: Build and install liblcf:
  
-https://easy-rpg.org/wiki/development/compiling/liblcf/osx/autoools +  * [[../../liblcf/macos/autotools]]
- +
-Install Homebrew if you don't have installed it: +
- +
-  ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"+
  
 Install requirements with Homebrew: Install requirements with Homebrew:
  
-  brew install autoconf automake gettext libtool pkg-config jpeg libpng libvorbis sdl2 sdl2_mixer pixman freetype zlib boost+  brew install libpng libvorbis sdl2 sdl2_mixer pixman freetype
  
 Download Player sources from git: Download Player sources from git:
Line 20: Line 16:
  
   cd Player   cd Player
 +
 +Set up pkgconfig to see expat and icu4c configurations:
 +
 +  export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:$PKG_CONFIG_PATH"
  
 Generate configure script: Generate configure script:
Line 33: Line 33:
   make -j4   make -j4
  
 +Install:
 +
 +  sudo make install

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki