Created
September 14, 2014 14:58
-
-
Save briansorahan/9e867b5a47a14e590ad8 to your computer and use it in GitHub Desktop.
Supercollider dependencies on ubuntu
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
#!/bin/bash | |
function main { | |
sudo apt-get install \ | |
cmake \ | |
build-essential \ | |
libfftw3-dev \ | |
libxt-dev \ | |
libicu-dev \ | |
libqt4-dev \ | |
libasound2-dev \ | |
libreadline6-dev \ | |
libavahi-client-dev \ | |
libcwiid-dev \ | |
libqtwebkit-dev \ | |
libsndfile1-dev \ | |
libjack-jackd2-dev | |
} | |
main "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment