Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#495 from surge-synthesizer/esaru…
Browse files Browse the repository at this point in the history
…oho-rghvdberg-linux

added dependencies
  • Loading branch information
baconpaul authored Feb 4, 2019
2 parents b5e781e + c2f8b06 commit 31db1b1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,27 @@ is an available option.

## Building a Surge.vst (VST2) & Surge.vst3 (VST3) with Linux

Install `Premake5`
Download `premake5` from https://premake.github.io/download.html#v5

Untar the package, and move it to `~/bin/` so the install script can find it.

For VST2, you will need the `VST2 SDK` - unzip it to a folder of your choice

and set an environment variable like this:

```
export VST2SDK_DIR="/your/path/to/VST2SDK
```

Do remember to install the dependencies

- build-essential
- libcairo-dev
- libxkbcommon-x11-dev
- libxkbcommon-dev
- libxcb-cursor-dev
- libxcb-keysyms1-dev
- libxcb-util-dev

Run `apt-get install libgtkmm-3.0-dev`

Expand Down

0 comments on commit 31db1b1

Please sign in to comment.