Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Installing pianobarfly on OSX 10.9 (Mavericks) DP4

nega0 edited this page Aug 28, 2013 · 7 revisions

Install [Homebrew](http://brew.sh)

  • brew edit gmp

Add the following under "def install"

ENV['CC'] = '/usr/bin/gcc'
ENV['LD'] = '/usr/bin/gcc'
ENV['CXX'] = '/usr/bin/g++'
  • brew install faac
  • brew install libmad
  • brew install libid3tag
  • brew install ffmpeg
  • brew install faad2
  • brew install json-c
  • brew install libgcrypt
  • brew install gnutls
  • brew install libao
  • CC=clang CFLAGS="-O2 -DNDEBUG -I/usr/local/include" LDFLAGS='-L/usr/local/lib' make
  • or
  • CC=clang CFLAGS="-g -pedantic -Wall -Wextra -I/usr/local/include" LDFLAGS='-L/usr/local/lib' make debug
Clone this wiki locally