From fcba7df82cc5d268ea5b1ea41caf4c2f1ed63a8b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 5 Aug 2026 00:56:04 -0500 Subject: [PATCH] Update Windows and macOS build requirements --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54464b17..7dd47b25 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Hosting for Moonlight's Debian and L4T package repositories is graciously provid ## Building ### Windows Build Requirements -* Qt 6.7 SDK or later (earlier versions may work but are not officially supported) -* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (Community edition is fine) +* Qt 6.11 SDK or later (earlier versions may work but are not officially supported) +* [Visual Studio 2026](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) @@ -52,8 +52,8 @@ Hosting for Moonlight's Debian and L4T package repositories is graciously provid * Alternatively, run `dism /online /add-capability /capabilityname:Tools.Graphics.DirectX~~~~0.0.1.0` and reboot. ### macOS Build Requirements -* Qt 6.7 SDK or later (earlier versions may work but are not officially supported) -* Xcode 14 or later (earlier versions may work but are not officially supported) +* Qt 6.11 SDK or later (earlier versions may work but are not officially supported) +* Xcode 15 or later (earlier versions may work but are not officially supported) * [create-dmg](https://github.com/sindresorhus/create-dmg) (only if building DMGs for use on non-development Macs) ### Linux/Unix Build Requirements