From 49f0b45fa83ad782fd6981a4c4fcf63fe516a5f9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 20 Jan 2019 11:58:30 -0800 Subject: [PATCH] Update build requirements for Windows --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf58929e..324e4d4f 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ You can follow development on our [Discord server](https://discord.gg/6ERtzFY). ### Windows-specific Requirements * Windows 7 or later -* Visual Studio 2015 or later +* [Visual Studio](https://visualstudio.microsoft.com/downloads/) 2015 or later (Community edition is fine) * Select MSVC Desktop toolchain during Qt installation -* 7-Zip (only if building installers for non-development PCs) -* WiX Toolset v3.11 or later (only if building installers for non-development PCs) +* [DirectX SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812) +* [7-Zip](https://www.7-zip.org/) (only if building installers for non-development PCs) +* [WiX Toolset](http://wixtoolset.org/releases/) v3.11 or later (only if building installers for non-development PCs) ### Mac-specific Requirements * macOS Sierra (10.12) or later