Skip to content

Commit 7471dad

Browse files
c10lCalcProgrammer1
authored andcommitted
Add missing build dependency to README
1 parent 824cd7e commit 7471dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
5353
and [Qt Creator](https://www.qt.io/download-thank-you).
5454
2. When [installing the QT toolset](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Downloading%20Qt%20and%20building%20OpenRGB.md)
5555
select the latest revision of Qt 5.15.x as OpenRGB is not yet compatible with QT6
56-
3. Optionally [install Git](https://git-scm.com/download) if you intend to
56+
3. Optionally [install Git](https://git-scm.com/download) if you intend to
5757
[contribute your changes](https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/CONTRIBUTING.md)
5858
to the mainline codebase.
5959
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
9696
##### Compiling
9797

9898
1. Install build dependencies
99-
- `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`
99+
- `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`
100100
2. git clone https://gitlab.com/CalcProgrammer1/OpenRGB
101101
3. cd OpenRGB
102102
4. qmake OpenRGB.pro

0 commit comments

Comments
 (0)