add Debian build dependency to README

This commit is contained in:
Brent George 2021-12-14 11:28:13 -07:00
parent 0e3be30e01
commit d1f8b42d22

View File

@ -69,6 +69,7 @@ libdbusmenu-gtk3 [Tray module]
libmpdclient [MPD module] libmpdclient [MPD module]
libsndio [sndio module] libsndio [sndio module]
libevdev [KeyboardState module] libevdev [KeyboardState module]
xkbregistry
``` ```
**Build dependencies** **Build dependencies**
@ -101,7 +102,8 @@ sudo apt install \
libsigc++-2.0-dev \ libsigc++-2.0-dev \
libspdlog-dev \ libspdlog-dev \
libwayland-dev \ libwayland-dev \
scdoc scdoc \
libxkbregistry-dev
``` ```