From 0572f7505599847d5bc8b4f0708b1e51c0ea9dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20Kj=C3=B8nigsen?= Date: Mon, 9 Dec 2019 13:20:29 +0100 Subject: [PATCH] Provide easy bootstrap command for Ubuntu-users --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3e14e57..ab34b4e 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ libdbusmenu-gtk3 [Tray module] libmpdclient [MPD module] ``` +On Ubuntu 19.10 you can install all the relevant dependencies using this command: + +``` +sudo apt install libgtkmm-3.0-dev libjsoncpp-dev libinput-dev libsigc++-2.0-dev libpulse-dev libnl-3-dev libdbusmenu-gtk3-dev libnl-genl-3-dev libfmt-dev clang-tidy scdoc libmpdclient-dev +``` + + Contributions welcome! - have fun :)
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)