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

Configurable VST SDK directory #1362

Open
nick87720z opened this issue Dec 8, 2021 · 1 comment
Open

Configurable VST SDK directory #1362

nick87720z opened this issue Dec 8, 2021 · 1 comment

Comments

@nick87720z
Copy link

For now VST SDK dir is hardcoded to too specific paths at home dir. But that's not enough convenient, as vst sdk could be packaged in some distros. E.g. some packages, like drumgizmo or muse-sequencer, allow to configure, where to search vst headers (if enabled). I have them packages too - vstsdk2.4 is still possible to find in some web archive (unlike 2.3, which is now out of all internet).
Some distros may package it in wrong way, there how I rewrote existing gentoo ebuild: https://github.com/nick87720z/gentoo-overlay/blob/master/media-libs/vst-sdk/vst-sdk-2.4-r1.ebuild

@yust1n
Copy link
Collaborator

yust1n commented Jan 29, 2023

https://aur.archlinux.org/cgit/aur.git/plain/add-vstsdk-location-var.patch?h=radium7
This patch adds -I${RADIUM_VST2SDK_PATH} wherever it is needed.
All you have to do is to define it before compiling.

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