From 9d99ecbca6f2da44fa9cd569c491db11b42f1fc6 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 30 Aug 2024 16:23:31 -0500 Subject: [PATCH] Add note about installing the Graphics Tools optional feature --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6013a304..52538993 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Hosting for Moonlight's Debian and L4T package repositories is graciously provid * [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (Community edition is fine) * Select **MSVC** option during Qt installation. MinGW is not supported. * [7-Zip](https://www.7-zip.org/) (only if building installers for non-development PCs) +* Graphics Tools (only if running debug builds) + * Install "Graphics Tools" in the Optional Features page of the Windows Settings app. + * Alternatively, run `dism /online /add-capability /capabilityname:Tools.Graphics.DirectX~~~~0.0.1.0` and reboot. ### macOS Build Requirements * Qt 6.4 SDK or later