From 8507c601fbcc1a82c1343007c63cadb82359a99f Mon Sep 17 00:00:00 2001 From: Wivik <48727868+Wivik@users.noreply.github.com> Date: Sat, 2 Apr 2022 22:55:03 +0200 Subject: [PATCH] doc: add fedora required packages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9d1e469..61f9097 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ On Arch Linux the following packages are needed: sudo pacman -S cmake sdl2 gcc ``` +On Fedora the following packages are needed: + +```sh +sudo dnf install cmake SDL2-devel gcc +``` + ## Get the Sources Clone this repository and tell `git` to recursively download the submodules as well