File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
53
53
and [ Qt Creator] ( https://www.qt.io/download-thank-you ) .
54
54
2 . When [ installing the QT toolset] ( https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Downloading%20Qt%20and%20building%20OpenRGB.md )
55
55
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
57
57
[ contribute your changes] ( https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/CONTRIBUTING.md )
58
58
to the mainline codebase.
59
59
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
96
96
##### Compiling
97
97
98
98
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 `
100
100
2 . git clone https://gitlab.com/CalcProgrammer1/OpenRGB
101
101
3 . cd OpenRGB
102
102
4 . qmake OpenRGB.pro
You can’t perform that action at this time.
0 commit comments