From 1dc641ca5990fdb0fbbbd207ac303cab4a7b782b Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 11 May 2018 08:59:51 +0100 Subject: [PATCH] Add a note for dbus-user-session as seen in issues like #48 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3996d70..278846b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If your distribution already has GameMode packaged, it is preferable to install GameMode depends on `meson` for building and `systemd` for internal communication. This repo contains a `bootstrap.sh` script to allow for quick install to the user bus, but check `meson_options.txt` for custom settings. ```bash -# Ubuntu +# Ubuntu/Debian (you may also need dbus-user-session) apt install meson libsystemd-dev pkg-config ninja-build git # Arch pacman -S meson systemd git