Add details of Gentoo ebuild for stable release

As suggested in #110.
This commit is contained in:
Alex Smith 2019-03-10 10:10:00 +00:00
parent 3c28e84700
commit 433370e3fa

View File

@ -34,7 +34,11 @@ pacman -S meson systemd git
dnf install meson systemd-devel pkg-config git dnf install meson systemd-devel pkg-config git
``` ```
#### Gentoo #### 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. Gentoo has an ebuild which builds a stable release from sources. It will also pull in all the dependencies so you can work on the source code.
```bash
emerge --ask games-util/gamemode
```
You can also install using the latest sources from git:
```bash ```bash
ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999 ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
``` ```