You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development on this version has stalled as I'm not interested in supporting a multitude of proprietary SDKs that change constantly and only work on Windows. This version remains as Keyboard Visualizer 3.x and downloads are still available in the Release submodule. I will accept pull requests for this version if others wish to keep it alive, but I plan to focus primarily on the OpenRGB version (4.x) going forwards.
14
14
15
-
# Building
15
+
# Download/Build
16
16
17
-
You must have the Microsoft Visual C++ 2015 32-bit redistributable package installed to run this program (Windows).
17
+
## Windows
18
+
* Pre-built binaries are available under the Releases section on GitLab.
18
19
19
-
To build this project in Linux, install QT Creator and libopenal-dev and open/build the .pro file.
20
+
* If you wish to build the application yourself:
21
+
22
+
1. Download the latest Visual Studio Community Edition and Qt Creator.
4. Open the KeyboardVisualizer.pro project in Qt Creator.
26
+
5. Use the MSVC compiler kit, either 32- or 64-bit, to build the application.
27
+
6. Run the project from Qt Creator. If you want to use your custom build standalone, download the latest matching Release package and replace the OpenRGB.exe in it with your new build.
28
+
29
+
## Linux
30
+
* Pre-built binaries are not currently available for Linux
31
+
32
+
* You can build the project using Qt Creator or on the command line. The commands listed here work for Debian-based distros.
0 commit comments