Skip to content

Get Started

ygrabit edited this page Mar 27, 2017 · 5 revisions

Get started

Get the source code from GitHub

git clone --recursive https://github.com/steinbergmedia/vst3sdk.git

Build the examples on Linux

mkdir build
cd build
cmake ../
make

Build the examples on macOS

mkdir build
cd build
cmake -GXcode ../
xcodebuild

Build the examples on Windows

mkdir build
cd build
cmake.exe -G"Visual Studio 14 2015 Win64" ../
msbuild.exe vstsdk.sln
Clone this wiki locally