Skip to content

Instantly share code, notes, and snippets.

@moonhouse
Created September 16, 2016 19:40
Show Gist options
  • Save moonhouse/bc8f0c6dee73dcf3f8776549959e3b20 to your computer and use it in GitHub Desktop.
Save moonhouse/bc8f0c6dee73dcf3f8776549959e3b20 to your computer and use it in GitHub Desktop.
Installing apcmm on MacOS X
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
pip install cython
brew install liblo
pip install -r requirements.txt
python setup.py install
pip install pygame
brew install portmidi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment