From 1a90b8f7a3d322ad5490bb3f926ac0da05707263 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 14 Apr 2020 19:30:03 +0200 Subject: [PATCH] Add a list of plugin specific workarounds --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4dec187f..6ec86e1d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ won't know where to find them. Either copy them to `/usr/local/bin` (not recommended) or to `~/.local/bin` and make sure that the directory is in your `PATH` environment variable. +## Runtime dependencies + +Some VST plugins might require you to manually install some dependencies. The +most common of these are listed below: + +- **Serum** requires you to disable `d2d1.dll` in `winecfg` and to install + `gdiplus` through `winetricks`. + ## Building To compile yabridge, you'll need [Meson](https://mesonbuild.com/index.html) and