Updating readme for more explicit VS2019 Instructions (#560)

* Updating readme for more explicit VS2019 Instructions

Added some more explicit and correct terms for the VS 2019 components that are needed.

* Update Install Instructions

I put the components in sub bullets and reworded some things.
This commit is contained in:
Tim Heuer 2019-05-14 12:44:46 -07:00 committed by Michael Niksa
parent a8cf3d6f4a
commit 303e227f44

View file

@ -78,14 +78,19 @@ Secondly, try pressing <kbd>Ctrl</kbd> + <kbd>T</kbd>. The tabs are hidden when
## Prerequisites
* You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal
- **As of May 2019** this build is only available through Windows Insider Program. You may register and configure Insider Program through your device's system settings.
- **As of May 2019** this build is only available through Windows Insider Program. You may register and configure Insider Program through your device's system settings.
* You must have the [1903 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (build 10.0.18362.0) installed
* You will need at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed
* You will need to install both the following packages in VS ("Workloads" tab in Visual Studio Installer) :
- "Desktop Development with C++"
- "Universal Windows Platform Development"
- If you're running VS2019, you'll also need to install the "v141 Toolset" and "Visual C++ ATL for x86 and x64"
* You will also need to enable Developer Mode in the Settings app to enable installing the Terminal app for running locally.
* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed
* You must install the following Workloads via the VS Installer:
- Desktop Development with C++
- If you're running VS2019, you'll also need to install the following Individual Components:
- MSVC v141 - VS 2017 C++ (x86 and x64) build tools
- C++ ATL for v141 build tools (x86 and x64)
- Universal Windows Platform Development
- Also install the following Individual Component:
- C++ (v141) Universal Windows Platform Tools
* You must also [enable Developer Mode in the Windows Settings app](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development) to locally install and run the Terminal app.
## Debugging