Browse Source

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 <kai@kaishome.de>
Kai Krakow 6 years ago
parent
commit
af8c2a7c4a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
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: