From 85a4fd2e9640cadd74abe05887274c7cd260d4cb Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 8 Aug 2018 01:00:14 -0700 Subject: [PATCH] Updated Ground Up Windows Install (markdown) --- Ground-Up-Windows-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ground-Up-Windows-Install.md b/Ground-Up-Windows-Install.md index e162c08..31b3e87 100644 --- a/Ground-Up-Windows-Install.md +++ b/Ground-Up-Windows-Install.md @@ -21,7 +21,7 @@ ### Install Visual Studio * Visual Studio 2017 Community Edition is free [link](https://visualstudio.microsoft.com/downloads/) -* Once installed, Open up Visual Studio and select New Project -> Visual C++ (MFC). If it lets you select this option without an optional download, you should be good to go. If it does ask you to install the C++ essential files, yes say. You can cancel out without creating a project at this time. +* Once installed, Open up Visual Studio and select New Project -> Visual C++ (MFC). If it lets you select this option without an optional download, you should be good to go. If it does ask you to install the C++ essential files, say yes. Wait for it to download, then you can cancel out of the new project steps. ### Run Cmake & Build