Merge pull request #673 from maximbaz/patch-1

Add missing dependencies to README
This commit is contained in:
Alex
2020-05-02 21:01:45 +02:00
committed by GitHub

View File

@ -45,21 +45,30 @@ $ waybar
gtkmm3
jsoncpp
libinput
libsigc++
fmt
wayland
wlroots
chrono-date
spdlog
libgtk-3-dev [gtk-layer-shell]
gobject-introspection [gtk-layer-shell]
libgirepository1.0-dev [gtk-layer-shell]
libpulse [Pulseaudio module]
libnl [Network module]
sway [Sway modules]
libappindicator-gtk3 [Tray module]
libdbusmenu-gtk3 [Tray module]
libmpdclient [MPD module]
```
**Build dependencies**
```
cmake
meson
scdoc
wayland-protocols
```
On Ubuntu 19.10 you can install all the relevant dependencies using this command:
```