From a851dd1198be9c39a28b737e46ecbcc62e66866d Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 19 Apr 2020 02:30:08 +0200 Subject: [PATCH 1/3] Add missing dependencies to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00e56e50..c8504784 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,18 @@ $ 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] ``` From 8909086b58933b827001658be98cbfd1d912efa2 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 19 Apr 2020 02:46:21 +0200 Subject: [PATCH 2/3] Add wayland-protocols --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8504784..e77beb6e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ libinput libsigc++ fmt wayland +wayland-protocols wlroots chrono-date spdlog From c8daa48e660aeba250b34c15035a96f18d05d088 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sat, 2 May 2020 13:06:15 +0200 Subject: [PATCH 3/3] Add build dependencies --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e77beb6e..9dffa6a7 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,6 @@ libinput libsigc++ fmt wayland -wayland-protocols -wlroots chrono-date spdlog libgtk-3-dev [gtk-layer-shell] @@ -62,6 +60,15 @@ 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: ```