Compiling.md: Update MSVC runtime download URL

This commit is contained in:
Daniel Schaefer 2025-08-02 19:23:13 +00:00 committed by Adam Honse
parent bd21325d04
commit 0255b09e0e

View file

@ -4,7 +4,7 @@ This document details the process to compile OpenRGB from source on supported op
## Windows
* You will need the **Microsoft Visual 2019 C++ runtime** installed. You can get it [here](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
* You will need the **Microsoft Visual 2019 C++ runtime** installed. You can get it [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
* To build the application yourself on Windows:
1. [Install Git](https://git-scm.com/download)
2. Clone the [OpenRGB-Qt-Packages](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Qt-Packages) git repo and run `install.bat` (or optionally `install-chocolatey.bat` if you use the Chocolatey package manager).