Hi, has someone an idea how to bundle external libraries (e.g. OpenCV) with a JUCE plugin for macOS?
I’m developing a JUCE VST3/AU plugin that uses OpenCV and other libraries. Currently users need to install these libraries via Homebrew to use the plugin. How can I bundle these dependencies within the plugin bundle so users can just drop in the .vst3/.component file and use it without installing anything?
I’ve tried adding the library paths and linking flags in Projucer, but I’m unsure about the correct way to include the actual dylibs in the bundle and fix the rpath issues.
Any help appreciated!
