Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#62 from esaruoho/patch-2
Browse files Browse the repository at this point in the history
example of VST2SDK_DIR setting
  • Loading branch information
kurasu authored Dec 11, 2018
2 parents ed8119d + 6a528a4 commit a4a2c62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,9 @@ Then restart logic. If everything works and starts up again you can delete the c
## Building - VST2

If you want to build VST2 versions of the plug-in, set the environment variable VST2SDK_DIR to the location of the SDK prior to building.

An example of setting the environment variable `VST2SDK_DIR` would be:

```export VST2SDK_DIR=~/programming/VST_SDK_2.4```

***NOTE***: This environment variable needs to be set _before_ running `premake5 xcode4` - which generates projects / and is part of the `build-osx.sh` script.

0 comments on commit a4a2c62

Please sign in to comment.