Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

doc: fedora build packages #206

Merged
merged 1 commit into from
Oct 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ To build the project you'll need to install these first :
sudo apt install gcc cmake build-essential libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev
```

### Fedora

To build the project you'll need to install these first :
```sh
sudo dnf install gcc cmake make automake gcc gcc-c++ kernel-devel libX11-devel libXi-devel mesa-libGL-devel alsa-lib-devel
```

### Run an example

Then, you can run an example :
```sh
cargo run --example bomberman --release
```

## Showcase

| <img src="./examples/taquin/taquin.gif" alt="Taquin" style="width:300px"/> | <img src="./examples/tetris/tetris.gif" alt="Tetris" style="width:300px" /> | <img src="./examples/mario/mario.gif" alt="Mario" style="width:300px" /> |
Expand Down