Open dromer opened 7 months ago
sorry if this isn't helpful, but make sure that you're correctly compiling the steinberg repo first, this repo expects you to do your compile inside steinberg's repo so you have file path
/home/dreamer/Sources/_audio/_plugins/vst3sdk/
and inside it the build
folder. The steinberg instructions on their repo for some weird reason expect you to put the build folder at the same level in the file path hierarchy as the vst3sdk folder, instead of inside it (like every other cmake project does) - I also couldn't get the instructions from steinbergs repo to correctly set cmake to Release mode, I had to end up using cmake-gui and manually set the CMAKE_BUILD_TYPE=Release
there - so you might be build the debug version of steinberg's repo and not getting the build/lib/Release
folder populated correctly
this link has a picture of someone using cmake-gui hope that helps https://steinbergmedia.github.io/vst3_dev_portal/pages/Tutorials/Using+cmake+for+building+plug-ins.html#on-linux-with-qtcreator
@relyt29 thnx!
I'll have to circle back to this and try again. It's been a while :)
Build log: