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

Installing pianobarfly on OSX 10.11 (El Capitan)

laserbyte edited this page Sep 13, 2016 · 1 revision
  • Install MacPorts
  • https://www.macports.org/install.php
  • Update Macports
  • sudo port selfupdate
  • Install git
  • sudo port install git
  • Clone the repository
  • git clone https://github.com/nega0/pianobarfly/
  • Install the necessary libraries
  • sudo port install faac libmad libid3tag ffmpeg faad2 json-c libgcrypt gnutls libao
  • Enter the pianobarfly directory
  • cd pianobarfly
  • Make the project
  • make
Clone this wiki locally