Created
September 16, 2016 19:40
-
-
Save moonhouse/bc8f0c6dee73dcf3f8776549959e3b20 to your computer and use it in GitHub Desktop.
Installing apcmm on MacOS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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