Skip to content

Instantly share code, notes, and snippets.

@marianoguerra
Last active May 22, 2016 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianoguerra/75afde41248e6287bc91faedfe170813 to your computer and use it in GitHub Desktop.
Save marianoguerra/75afde41248e6287bc91faedfe170813 to your computer and use it in GitHub Desktop.
Easy Way to test Sonic PI build scripts on clean ubuntu 16.10

this is an easy way to test that the scripts to build sonic py on master work, in requires vagrant to be installed:

vagrant init ubuntu/xenial64; vagrant up --provider virtualbox
vagrant ssh -c "git clone https://github.com/samaaron/sonic-pi.git; cd sonic-pi/app/gui/qt; ./build-ubuntu-app"

as it is the script will ask for confirmation to install the packages, you can just hit enter to install them, adding -y to apt-get install would do it automatically but I don't know if it's the intended way.

also it may ask for confirmation to add ssl certs when cloning supercolider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment