VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
How to setup your Linux environment for building VST 3 plug-ins.
In order to build the SDK successfully you need an Ubuntu based Linux distribution. Other distributions might work as well, but are not tested.
Building the SDK examples requires several packages which must be installed:
You can also use the bash file "setup_linux_packages_for_vst3sdk.sh" included in VST3_SDK/tools folder!
Instead of gcc a recent version of clang will also do it!
libgtkmm3 is required for vstgui and the editorhost example!
Jack Audio (http://www.jackaudio.org) is required for audiohost example!