Building 3.14.0 Debian

So I use SC on ArchLinux and needed some new features provided in SC 3.14.0 so naturally I went :
pikaur -S supercollider-git
Made some coffee (and a laundry (and cut the grass)) and went on my merry way using 3.14.0.

But on live shows, I’m running Debian on which am quite not as familiar. So I tried :
sudo apt-get --compile build supercollider-dev
and got :
error: unmet build dependencies: cmake libasound2-dev etc etc

How do you Debian user (yes you) compile your supercollider ?

The repository has a README on how to build SC on debian and red hat based distros, see supercollider/README_LINUX.md at develop · supercollider/supercollider · GitHub

In the end it boils down to installing all dependencies, obtain the source code and run cmake :wink: