Build servers only

Hi

Is it possible/difficult to build only the servers and plugins without gui but also without sclang? CMake is a bit puzzling to me but I’m afraid that the different libraries are too much interleaved regarding configuration steps and dependencies. The user case I’m thinking of is a very light raspi installation and the language is not needed.

I did this but I needed to modify some CMakeLists.txt files.

Currently, we can only build without the IDE (-DSC_IDE=OFF) and without Supernova (-DSUPERNOVA=OFF). I think we need similar options for sclang and scsynth.

You can open an issue on GitHub!

Ok, I will open an issue. I was just thinking about Debian packaging and if they do something to compile packages separately or if it is a different process.