From c88eb992f5b1f13f02252853ab76e5aa1f0e3bb4 Mon Sep 17 00:00:00 2001 From: Chris M Date: Thu, 4 Jul 2024 11:23:12 +1000 Subject: [PATCH] Adding `pkgconf` and `git` to the Fedora build instructions * Resolves #4201 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7361941d..12fcd54e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ There have been two instances of hardware damage in OpenRGB's development and we ##### Compiling 1. Install build dependencies - - `sudo dnf install automake gcc-c++ qt5-qtbase-devel qt5-linguist hidapi-devel libusbx-devel mbedtls-devel` + - `sudo dnf install automake gcc-c++ git hidapi-devel libusbx-devel mbedtls-devel pkgconf qt5-qtbase-devel qt5-linguist` 2. git clone https://gitlab.com/CalcProgrammer1/OpenRGB 3. cd OpenRGB 4. qmake-qt5 OpenRGB.pro