We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4354d6d commit 1717649Copy full SHA for 1717649
docs/guides/BUILDING.md
@@ -55,10 +55,26 @@ sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
55
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
56
```
57
58
+#### UI builds
59
+
60
+If building `-with-ui` variant, also install SDL2:
61
62
+```
63
+sudo apt-get install libsdl2-dev
64
65
66
### Installing prerequisites on macOS
67
68
On macOS, install Xcode from the Mac App Store.
69
70
71
72
73
74
75
+brew install sdl2
76
77
78
### Installing prerequisites on Raspberry Pi 4
79
80
Complete the following steps:
0 commit comments