rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
511 stars 91 forks source link

Building VST3 require a setup that doesn't exist #322

Open hfiguiere opened 2 years ago

hfiguiere commented 2 years ago

The VST3 sdk doesn't have a pkg-config file, not even havea make install.

Yet qtractor seems to expect the vst3sdk to be installed with a pkg-config file.

rncbc commented 2 years ago

Use cmake -DCONFIG_VST3SDK=/path/to/vst3sdk, or, on ubuntu/debian, install vst3sdk-dev from https://launchpad.net/~rncbc (Libraries)

hfiguiere commented 2 years ago

cool so may be README.VST3 should update to stop mentionning the no longer used build system.

And I don't use Ubuntu - Linux != Ubuntu

(in the that case it's also for flatpak)

rncbc commented 2 years ago

README.VST3 updated in develop branch