mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
parent
3c28e84700
commit
433370e3fa
@ -34,7 +34,11 @@ pacman -S meson systemd git
|
||||
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.
|
||||
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
|
||||
ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user