1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

BUILDING.md: VST2 requires GTK w/ X11 on non-Apple/non-Windows

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier 2021-09-16 01:41:30 +02:00
parent 7a7792e317
commit 1ee2222c60
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE

View File

@ -340,5 +340,5 @@ has outdated libraries that do not build with Tenacity.
* **VAMP** (ON|OFF): VAMP plugin hosting support. Requires VAMP host SDK.
* **LV2** (ON|OFF): LV2 plugin hosting support. Requires LV2, lilv, and
suil libraries.
* **VST2** (ON|OFF): VST2 plugin hosting support. No libraries are required.
ON by default.
* **VST2** (ON|OFF): VST2 plugin hosting support. Requires GTK with X11
support on non-Apple/Windows.