Linux support is already nearly there, I just need a bit of help getting it over the finish line from anyone who has more experience with Linux VST3.
The work involved is as follows:
- Inspect the VST3 bundle layout on Linux and update the
getAssetsDirectory() here for the JUCE_LINUX case
- Attach the native webview handle to the viewContainer for the
JUCE_LINUX case here and here
- Re-enable CI running on linux here and update the required dependency install step here so that the builds are happy
I think that should be it, but it's very possible I'm missing something.
Linux support is already nearly there, I just need a bit of help getting it over the finish line from anyone who has more experience with Linux VST3.
The work involved is as follows:
getAssetsDirectory()here for theJUCE_LINUXcaseJUCE_LINUXcase here and hereI think that should be it, but it's very possible I'm missing something.