steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.59k stars 162 forks source link

readme build instructions for Mac OS and Linux #75

Closed mxa closed 3 years ago

mxa commented 3 years ago

In the readme it says for mac OS:

cmake -GXcode ../vst3sdk

I think it should read

cmake -GXcode ../

similarly for Linux:

cmake ../vst3sdk

should read

cmake ../
mxa commented 3 years ago

Ah never mind. I see you want users to create the build folder outside of the git directory. Impractical when that nondescript "build" is in a directory containing many other cloned git repositories, but makes sense now.