Skip to content

Commit

Permalink
README: rust_minifb Build Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth authored Feb 18, 2024
1 parent 7339cbd commit 13271c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ You can clone my fork with
git clone https://github.com/AlexKnauth/livesplit-one-desktop.git
```

According to the [`rust_minifb` Build Instructions](https://github.com/emoon/rust_minifb#build-instructions),
on Linux you may need to install these dependencies first:
```sh
sudo apt install libxkbcommon-dev libwayland-cursor0 libwayland-dev
```

In the `livesplit-one-desktop` repository, modify the `config.yaml` file so that it contains
```yaml
general:
Expand Down

0 comments on commit 13271c6

Please sign in to comment.