From 873b07e568c3385eceac3f6143ce989a4173ffcb Mon Sep 17 00:00:00 2001 From: Esa Juhani Ruoho Date: Mon, 4 Feb 2019 16:20:55 +0200 Subject: [PATCH] added dependencies materials provided by rghvdberg. Former-commit-id: eb237ebf77cbeda18264357493e24a4c2ff395cf [formerly c2f8b066edb72f6a1083ac664f7a619e26ac1264] Former-commit-id: 4abcad8eaaadad37705f760665d217c956a20558 Former-commit-id: fdfb55e752346d8d237027bd936273e9fdd290ba --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b21577b824a..1d93fb2358e 100644 --- a/README.md +++ b/README.md @@ -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`