Closed simonvanderveldt closed 7 years ago
Good catch. I was keeping install_vst out of it for a license reason but it looks like I can build with the GPL version of the VST SDK so I've included it now. I've also included the VST SDK in the source (since it's GPL now) so you don't have to download it separately anymore.
Updated README too.
@mtytel Looks good, thanks for the quick fixes! I'll run some builds this weekend, if I run into anything strange I'll let you know. Looking at the code/changes it should work fine though :)
First of all thanks for the awesome synth! Really like it, both the sounds it can generate as well as the well thought through and good looking UI!
We're working at packaging Helm for gentoo (see https://github.com/gentoo-audio/audio-overlay/issues/16) and I ran into the following. One of the important things we strive to do for gentoo is give the user choice what to build and install. Currently one can choose which targets to
make
:standalone
,lv2
andvst
, butmake install
always triggersall
, which includes bothlv2
andstandalone
.Now, there's already a
install_vst
target, I can create a PR to addinstall_lv2
andinstall_standalone
. Would you be OK with this? And do you have any feedback or suggestions how you'd like it to work before I create a PR?