-
Notifications
You must be signed in to change notification settings - Fork 29
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
Attempting to build on Linux #58
Comments
Update: getting past compilation now Steps needed
This time it gets this far before any errors:
It looks like it's missing a dependency related to pulseaudio? That shouldn't be necessary for a VST3 build right? Hope there is a way to disable that. |
Only just noticed that there is a
Needless to say these errors go way above my head. |
Ugh... debugging cmake is so fatiguing... At least I've figured out a few things, using the
After all this, it gets as far as building fluidsynth successfully. However, it either looks in the wrong directory for the fluidsynth binary or it's not built at all, possibly due to building with Well, it's progress. Below is the latest part where I got stuck.
|
Hi @lapspider45 seems like you tried building this on archlinux. I played around a bit and pushed a branch here. Not exactly beautiful but it does build the VST3. |
Hi! Been enjoying your plugin for a while now, though I always felt it was a shame there is no linux version. So I decided to try building it!
My goal is to get a VST3 build to work on Manjaro Linux / Arch.
Steps taken
sudo pacman -S fluidsynth vst3sdk juce
cmake -S . -B build
inside the juicysfplugin dircmake --build build
At the last step it gives a compilation error. Looks like an easy fix, but my C++ knowledge is next to zero so I couldn't figure out how to fix it even after googling it.
Still, it looks promising so far! Any help would be appreciated.
The text was updated successfully, but these errors were encountered: