mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Merge pull request #60 from Brainiarc7/patch-1
Added build notes for the git master
This commit is contained in:
commit
91d2e8ecee
13
README.md
13
README.md
@ -33,7 +33,7 @@ pacman -S meson systemd git
|
|||||||
dnf install meson systemd-devel pkg-config git
|
dnf install meson systemd-devel pkg-config git
|
||||||
```
|
```
|
||||||
|
|
||||||
Then clone, build and install GameMode:
|
Then clone, build and install a release version of GameMode at 1.1:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/FeralInteractive/gamemode.git
|
git clone https://github.com/FeralInteractive/gamemode.git
|
||||||
@ -42,6 +42,17 @@ git checkout 1.1
|
|||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build the master branch:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/FeralInteractive/gamemode.git
|
||||||
|
cd gamemode
|
||||||
|
git submodule update --init --recursive
|
||||||
|
./bootstrap.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
This will also satisfy the build requirement `inih` by pulling it in as a git submodule.
|
||||||
|
|
||||||
---
|
---
|
||||||
## Requesting GameMode
|
## Requesting GameMode
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user