1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Added ladspa-sdk to Linux dependencies list

This commit is contained in:
ed 2021-04-19 19:02:18 +01:00
parent d3248a5f66
commit b7647e2acb

View file

@ -25,6 +25,9 @@ or
- libasound2-dev
- libjack-jackd2-dev (unless `JUCE_JACK=0`)
#### juce_audio_processors
- ladspa-sdk (unless `JUCE_PLUGINHOST_LADSPA=0`)
#### juce_core
- libcurl4-openssl-dev (unless `JUCE_USE_CURL=0`)
@ -51,6 +54,7 @@ The full command is as follows:
sudo apt update
sudo apt install libasound2-dev libjack-jackd2-dev \
ladspa-sdk \
libcurl4-openssl-dev \
libfreetype6-dev \
libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \