Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linux support #5

Open
nick-thompson opened this issue Nov 18, 2023 · 3 comments
Open

Add Linux support #5

nick-thompson opened this issue Nov 18, 2023 · 3 comments

Comments

@nick-thompson
Copy link
Contributor

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.

@erik-nilcoast
Copy link

I have most of this done in #11

@erik-nilcoast
Copy link

I'm going to dig more into the API for attaching an X11 window. I suspect I have to find the existing window and attach that handle?

@nick-thompson
Copy link
Contributor Author

Thank you so much! I left a comment to that question on your PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants