5,710
edits
Changes
→Installing SuperCollider
*Install netatalk and ssh:
<syntaxhighlight lang="bash">sudo apt-get install ssh netatalk</syntaxhighlight>
*Install glew.h, etc. This is easily accomplished by installing openframeworks through the openFrameworks install dependencies script (if you plan to use oF):http://openframeworks.cc/setup/linux-codeblocks/
*Install menu-meters: http://blog.dcxn.com/2012/06/06/menu-meters-for-ubuntu/
=copy ssh key to remote server=
<syntaxhighlight lang="bash">cat ~/.ssh/id_rsa.pub | ssh user@machine "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"</syntaxhighlight>
=Use aptitude to downgrade some packages=
for example installing libcurl4-openssl-dev:
http://askubuntu.com/questions/584901/grive-tools-depends-libcurl4-openssl-dev-but-it-is-not-going-to-be-installed
=Installing SuperCollider=
https://github.com/supercollider/supercollider/wiki/Installing-SuperCollider-on-Ubuntu-systems
*add user to audio group:
<syntaxhighlight lang="bash">sudo adduser rtwomey audio</syntaxhighlight>