We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0912c8 commit e521379Copy full SHA for e521379
README.md
@@ -33,9 +33,9 @@ Development on this version has stalled as I'm not interested in supporting a mu
33
34
1. sudo apt install build-essential qtcreator qt5-default libopenal-dev
35
2. git clone https://gitlab.com/CalcProgrammer1/KeyboardVisualizer
36
- 3. git submodule update --init --recursive
37
- 4. cd KeyboardVisualizer
38
- 5. qmake OpenRGB.pro
+ 3. cd KeyboardVisualizer
+ 4. git submodule update --init --recursive
+ 5. qmake KeyboardVisualizer.pro
39
6. make -j8
40
41
* Run the application with ./KeyboardVisualizer
0 commit comments