From c8daa48e660aeba250b34c15035a96f18d05d088 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sat, 2 May 2020 13:06:15 +0200 Subject: [PATCH] Add build dependencies --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e77beb6..9dffa6a 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: ```