From 3a91960fb5d3f01500c73d5d1381b3afe00dd158 Mon Sep 17 00:00:00 2001 From: Bruno Thomsen Date: Tue, 10 Apr 2018 18:06:30 +0200 Subject: [PATCH] README: added Fedora build requirements. Signed-off-by: Bruno Thomsen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f2c232..184abf1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio apt install meson libsystemd-dev pkg-config ninja-build # Arch pacman -S meson systemd ninja +# Fedora +dnf install meson systemd-devel pkg-config git clone https://github.com/FeralInteractive/gamemode.git cd gamemode