From f1d42d27cef2bbd7f0b18d290ebbb0095d93661d Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 3 Aug 2020 00:17:13 +0000 Subject: [PATCH] docs(readme): include note about VS 2019 runtime --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4bfdaca9..e5d406c62 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ There have been two instances of hardware damage in OpenRGB's development and we ## Windows * Pre-built binaries are available under the Releases section on GitLab. + - 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) * If you wish to build the application yourself: 1. Download the latest Visual Studio Community Edition and Qt Creator. 2. Open the OpenRGB.pro project in Qt Creator.