-
Notifications
You must be signed in to change notification settings - Fork 162
Get Started
ygrabit edited this page Dec 20, 2017
·
5 revisions
git clone --recursive https://github.com/steinbergmedia/vst3sdk.git
mkdir build
cd build
cmake ../vst3sdk
make (or alternatively cmake --build .)
mkdir build
cd build
cmake -GXcode ../vst3sdk
xcodebuild (or alternatively cmake --build .)
mkdir build
cd build
cmake.exe -G"Visual Studio 15 2017 Win64" ../vst3sdk
msbuild.exe vstsdk.sln (or alternatively cmake --build .)