Skip to content

Instantly share code, notes, and snippets.

@bossjones
Forked from pwalsh/pyo on Mac OS X
Last active August 29, 2015 14:17
Show Gist options
  • Save bossjones/d8363d03ac83780b9c70 to your computer and use it in GitHub Desktop.
Save bossjones/d8363d03ac83780b9c70 to your computer and use it in GitHub Desktop.
# using brew installed Python
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