doc: add fedora required packages
This commit is contained in:
parent
80ef18cce0
commit
8507c601fb
|
@ -27,6 +27,12 @@ On Arch Linux the following packages are needed:
|
||||||
sudo pacman -S cmake sdl2 gcc
|
sudo pacman -S cmake sdl2 gcc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Fedora the following packages are needed:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo dnf install cmake SDL2-devel gcc
|
||||||
|
```
|
||||||
|
|
||||||
## Get the Sources
|
## Get the Sources
|
||||||
|
|
||||||
Clone this repository and tell `git` to recursively download the submodules as well
|
Clone this repository and tell `git` to recursively download the submodules as well
|
||||||
|
|
Loading…
Reference in New Issue
Block a user