Last active
August 29, 2015 14:14
-
-
Save cjayb/2492f1347e7243eb7a9b to your computer and use it in GitHub Desktop.
pyo on mac with jack
This file contains 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
# if python from brew, otherwise might not work | |
brew install portaudio portmidi libsndfile liblo jack | |
brew link portaudio portmidi libsndfile liblo | |
cd ~/Sites/tmp | |
svn checkout http://pyo.googlecode.com/svn/trunk/ pyo-read-only | |
cd pyo-read-only | |
python setup.py install --use-coreaudio --use-jack --use-double | |
cd ../ | |
sudo rm -r pyo-read-only |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment