mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Add git to the install dependencies as seen in #36
This commit is contained in:
parent
53d15292c9
commit
9472a71602
@ -16,11 +16,11 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
apt install meson libsystemd-dev pkg-config ninja-build
|
apt install meson libsystemd-dev pkg-config ninja-build git
|
||||||
# Arch
|
# Arch
|
||||||
pacman -S meson systemd
|
pacman -S meson systemd git
|
||||||
# Fedora
|
# Fedora
|
||||||
dnf install meson systemd-devel pkg-config
|
dnf install meson systemd-devel pkg-config git
|
||||||
|
|
||||||
wget https://github.com/FeralInteractive/gamemode/archive/1.0.tar.gz && tar -xvf 1.0.tar.gz
|
wget https://github.com/FeralInteractive/gamemode/archive/1.0.tar.gz && tar -xvf 1.0.tar.gz
|
||||||
cd gamemode-1.0
|
cd gamemode-1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user