steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

Project doesn't install anything #77

Open yurivict opened 3 years ago

yurivict commented 3 years ago

It can't be packaged because it isn't clear what files should be installed.

yurivict commented 2 years ago

This is still a problem for 3.7.4_build_25

yurivict commented 1 year ago

@ygrabit

Why is there no install target in this project?

probonopd commented 1 year ago

So, in other words, sudo make install is missing? Shouldn't be too hard for @steinbergmedia to fix?

Fixing this would improve VST3 support on FreeBSD it seems, among other things, so it'd be worthwhile I think.

yurivict commented 1 year ago

So, in other words, sudo make install is missing?

Yes, they need to add cmake's install instructions, that's all.