1 parent e97f68c commit 30370b9Copy full SHA for 30370b9
1 file changed
Docs/BUILDING.md
@@ -9,6 +9,12 @@ We figured out the steps, so you don't have to.
9
* [CMake version >= 3.24.1](https://cmake.org/download/) (This link actually takes you to the latest version)
10
* ninja
11
* 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
+ ```
18
19
### Steps:
20
0 commit comments