From af8c2a7c4a1b472554137592aaa9e4a9fa74a666 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Mon, 24 Sep 2018 09:12:40 +0200 Subject: [PATCH] README: Mention Gentoo support Gentoo has merged the gamemode ebuild into portage as of: https://github.com/gentoo/gentoo/pull/9700#issuecomment-423886373 Signed-off-by: Kai Krakow --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fa236..ace3d42 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Issues with GameMode should be reported here in the issues section, and not repo --- ## Building and installing -If your distribution already has GameMode packaged, it is preferable to install it directly from there. There are Solus and AUR packages already available. +If your distribution already has GameMode packaged, it is preferable to install it directly from there. There are Solus, AUR, and Gentoo packages already available. 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. @@ -32,6 +32,11 @@ pacman -S meson systemd git ```bash dnf install meson systemd-devel pkg-config git ``` +#### Gentoo +Gentoo has a bleeding-edge ebuild which builds from sources. It will also pull in all the dependencies so you can work on the source code. +```bash +ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999 +``` Then clone, build and install a release version of GameMode at 1.2: