From 0255b09e0e4eafd593aa609f15c770d0298a94b6 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Sat, 2 Aug 2025 19:23:13 +0000 Subject: [PATCH] Compiling.md: Update MSVC runtime download URL --- Documentation/Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Compiling.md b/Documentation/Compiling.md index 878bd4e3..8b6f165e 100644 --- a/Documentation/Compiling.md +++ b/Documentation/Compiling.md @@ -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).