From 981b598f534de1d46c8bbe0396706d4fd123ca2c Mon Sep 17 00:00:00 2001 From: Arnaud Locquet Date: Sun, 3 Oct 2021 20:41:23 +0200 Subject: [PATCH] doc: fedora build packages --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a9abf01..76e52b7 100644 --- a/README.md +++ b/README.md @@ -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 | Taquin | Tetris | Mario |