I thought i'd just share this here, so anyone can point out if it's wrong. And some problems with the installation.
I compiled cabbage against my csound compile. To do this, add CXXFLAGS="-I <csound include directory>" as flags to the cmake commands in the platform.system() == "Linux" portion of the build.py. I've also decided to forgo the InstallDependencies of the script, mostly because I didn't want to include a ppa repository.
Now in CabbageInstall/bin there are a few .so files and vst3 directories. But the install script doesn't put these into the correct places where the local vst and vst3 installations are. Am i right to assume the .so files are vst2? And so should i manually cp them to the correct directories?
I thought i'd just share this here, so anyone can point out if it's wrong. And some problems with the installation.
I compiled cabbage against my csound compile. To do this, add
CXXFLAGS="-I <csound include directory>"as flags to the cmake commands in theplatform.system() == "Linux"portion of the build.py. I've also decided to forgo the InstallDependencies of the script, mostly because I didn't want to include a ppa repository.Now in CabbageInstall/bin there are a few .so files and vst3 directories. But the install script doesn't put these into the correct places where the local vst and vst3 installations are. Am i right to assume the .so files are vst2? And so should i manually cp them to the correct directories?