diff --git a/README.md b/README.md index 00e56e50..9dffa6a7 100644 --- a/README.md +++ b/README.md @@ -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: ```