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:
parent
d3248a5f66
commit
b7647e2acb
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue