Installing SuperCollider on Linux in 2020

These are short notes on installing SuperCollider from source on a debian-based Linux distro … in 2020.

Download sources

Download source from an official release from github: https://github.com/supercollider/supercollider/releases – grab the Source-linux.tar.bz one. Also grab corresponding SC3-plugins at https://github.com/supercollider/sc3-plugins/releases

un-tar-bzip them with:

Prepare system for compilation

Install all dependencies for your system (some instructions are also here: github.com/supercollider/supercollider/wiki/Installing-SuperCollider-from-source-on-Ubuntu) :

Building/compiling

Go to the folder with source, create a build folder, and cd to it:

Configure make (cmake)

Start compilation (-j 12 argument means how many (12) paralel cores can make use. also lotsa warnings but if you don’t end up with ‘Build failed’, then build was successful):

Now create a deb with checkinstall (change last part of pkgversion appropriately):

SC3 plugins

Similarly untar, configure and compile sc3-plugins (adjust USERNAME and pkgversion):

Installing

Remove previous installation of SuperCollider and plugins first:

Install the debs:

and