Skip to content

Commit 30370b9

Browse files
committed
Add JUCE Linux dependencies to build prerequisites
1 parent e97f68c commit 30370b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Docs/BUILDING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ We figured out the steps, so you don't have to.
99
* [CMake version >= 3.24.1](https://cmake.org/download/) (This link actually takes you to the latest version)
1010
* ninja
1111
* pkg-config (`sudo apt-get install pkg-config`)
12+
* JUCE's Linux dependencies:
13+
```sh
14+
sudo apt-get install libasound2-dev libfontconfig1-dev libfreetype6-dev \
15+
libx11-dev libxcomposite-dev libxcursor-dev libxinerama-dev libxrandr-dev \
16+
libgl1-mesa-dev
17+
```
1218

1319
### Steps:
1420

0 commit comments

Comments
 (0)