diff --git a/README.md b/README.md index 42b5492..1a8e674 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,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. +### Install Dependencies #### Ubuntu/Debian (you may also need `dbus-user-session`) ```bash apt install meson libsystemd-dev pkg-config ninja-build git @@ -30,6 +31,7 @@ Gentoo has a bleeding-edge ebuild which builds from sources. It will also pull i ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999 ``` +### Build and Install GameMode Then clone, build and install a release version of GameMode at 1.2: ```bash