From 7471dad28fd2b2204fdd5e4686b8470074755add Mon Sep 17 00:00:00 2001 From: c10l Date: Tue, 5 Sep 2023 01:08:46 +0000 Subject: [PATCH] Add missing build dependency to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 027b6a38..ac4f1b1f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ There have been two instances of hardware damage in OpenRGB's development and we and [Qt Creator](https://www.qt.io/download-thank-you). 2. When [installing the QT toolset](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Downloading%20Qt%20and%20building%20OpenRGB.md) select the latest revision of Qt 5.15.x as OpenRGB is not yet compatible with QT6 - 3. Optionally [install Git](https://git-scm.com/download) if you intend to + 3. Optionally [install Git](https://git-scm.com/download) if you intend to [contribute your changes](https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/CONTRIBUTING.md) to the mainline codebase. 4. Open the OpenRGB.pro project in Qt Creator. @@ -96,7 +96,7 @@ There have been two instances of hardware damage in OpenRGB's development and we ##### Compiling 1. Install build dependencies - - `sudo apt install git build-essential qtcreator qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libusb-1.0-0-dev libhidapi-dev pkgconf libmbedtls-dev` + - `sudo apt install git build-essential qtcreator qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libusb-1.0-0-dev libhidapi-dev pkgconf libmbedtls-dev qttools5-dev-tools` 2. git clone https://gitlab.com/CalcProgrammer1/OpenRGB 3. cd OpenRGB 4. qmake OpenRGB.pro