From da88224810b8ea273b21ba024ba6332a7cc617aa Mon Sep 17 00:00:00 2001 From: edisionnano Date: Fri, 16 Aug 2024 22:57:40 +0300 Subject: [PATCH] Update README.md to include Fedora deps --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff10657..3b612f8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Ubuntu and based distros (Mint, Pop!_OS, etc.) ```sh sudo apt install build-essential cmake git libgl1-mesa-dev libxkbcommon-dev qt6-base-dev qt6-wayland smartmontools ``` +Fedora and derivatives (Nobara Project, etc.) +``` +sudo dnf install cmake git mesa-libGL-devel libxkbcommon-devel qt6-qtbase-devel qt6-qtwayland-devel smartmontools +``` ### Compilation Steps First you will need to clone the repository and cd inside ```sh