Hi there,
trying to understand how I can set up an IDE environment to build SC, e.g. https://github.com/supercollider/supercollider/wiki/Setting-up-your-development-environment
First question is on Clang. So I’m on Debian stable, which comes with a Clang 7 package. Now if I look at https://apt.llvm.org/ , there are packages for Clang 10, 11, 12. Is there a problem going for anything more recent than the v8.0.1 that is described in https://github.com/supercollider/supercollider/wiki/Cpp-formatting-instructions#requirements ?
Next question would be Cmake integration. Anyone knows if this works “out of the box” with Codium? I could also try the free version of Clion perhaps? Would prefer not to go to plain editor like vim, but have proper build integration.
Thx