-
Notifications
You must be signed in to change notification settings - Fork 167
Get Started
ygrabit edited this page Mar 27, 2017
·
5 revisions
git clone --recursive https://github.com/steinbergmedia/vst3sdk.git
mkdir build
cd build
cmake ../
make
mkdir build
cd build
cmake -GXcode ../
xcodebuild
mkdir build
cd build
cmake.exe -G"Visual Studio 14 2015 Win64" ../
msbuild.exe vstsdk.sln