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

Build Issue Solved #25

Open
muziker opened this issue Jul 7, 2021 · 1 comment
Open

Build Issue Solved #25

muziker opened this issue Jul 7, 2021 · 1 comment

Comments

@muziker
Copy link

muziker commented Jul 7, 2021

I thought i'd just pen down some pain points with building helm.

Juce and the jucelibrarycode comes with the github download. There's special LV2 code as well in the builds directory. Do not delete and regenerate using Projucer, since juce doesn't support LV2. The other problem is the gcc version for distros are g++-9/10, which will not compile the juce library code because of tighter restrictions on packed unions. So to build helm, the command line needs to be "make CXX=g++-8 LDFLAGS=-lm". The other way is to pick apart an rpm source file or pkg file to figure out how the commands used to build from source.

@muziker
Copy link
Author

muziker commented Jul 8, 2021

Turns out juce does have LV2 support

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

1 participant