Closed stragu closed 6 years ago
This is already packaged, but not in the best way (need static libs so it's installable everywhere). Right now it only installs on Ubuntu 14.04
vcvrack on kxstudio is now version 0.5.1
I'm grabbing 3rd party plugins and dropping the folders with the .so files in /usr/lib/vcvrack/plugins but they're not showing up. Perms and ownership match the existing built-ins.
Any magic to get the others working?
You can't grab 3rd party plugins like that, the C++ ABI is not stable, and thus the binaries don't work. You'll have to use the same compiler (more or less) that is used to build those plugins in order to make them work - ie, use the upstream VCVRack linux binary. I will make a vcvrack-plugins package to avoid this issue.
ah, gotcha. thanks.
Not sure if that is possible to add to the repos, but thought it looked interesting: