From 65717599ec7c093157b3b7674f5947ba238e474d Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 31 Jan 2019 19:21:47 +0000 Subject: [PATCH] Add titles to building and installing --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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