From ede7a7a78454c5be17cdcf3d09c427fed918dc57 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Sat, 26 Dec 2015 18:40:28 -0500 Subject: [PATCH] Updated Build Windows (markdown) --- Build-Windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build-Windows.md b/Build-Windows.md index 3ceec5a..209eab1 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -4,6 +4,8 @@ Windows 8.1/10, Visual Studio 64-bit: -- improvements welcome. If you don't already have Visual Studio 2015 you can install the free Microsoft "Visual Studio Community 2015" version available from https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx which was used for this guide. +During installation make sure you select the 'C++' compiler under 'Programming Languages' or you'll be unable to compile the project due to the missing C++ tools. + # Build wxWidgets Download wxWidgets 3.0.2 from https://www.wxwidgets.org/downloads/ and unzip it to somewhere such as C:\MSVCDev\wxWidgets-3.0.2\