I would like to rebuild SuperCollider in the official version 3.13.
I have a build of SC 3.14-dev on my machine (ubuntu 24.04.1), I follow these steps to build it:
Can someone help me with the process of rebuilding and changing version ?
I can’t find a cmake flag for the version ?
Do I need to checkout on another branch ?
Thank you
and after switching branch, do I have other things to do aside from: cmake -DCMAKE_BUILD_TYPE=Release -DNATIVE=ON -DSC_EL=OFF .. (in my case)
and make j8 sudo make install
??
I don’t want to be in dev mode but in “standard”,
Is the flag -DCMAKE_BUILD_TYPE=Release the right one for that ?
Rerunning those commands should be enough. SC 3.13 has different dependencies, so you might need to install those. You can see it here. Notably, SC 3.13 use Qt5 instead of Qt6.