From 37126d015aa023af4a1095ad26569c4680e628e1 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Tue, 18 Jun 2019 00:39:55 +0100 Subject: [PATCH] Move build prerequisites into 'Developer Guidance' (right before building the code) (#1296) This makes more sense, as you'd install the prerequisites as part of the build process. --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 63c6a1ffd..2083d254b 100644 --- a/README.md +++ b/README.md @@ -79,19 +79,6 @@ Secondly, try pressing Ctrl + T. The tabs are hidden when # Getting Started -## Prerequisites - -* You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal -* You must have the [1903 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (build 10.0.18362.0) installed -* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed. -* You must install the following Workloads via the VS Installer. If you're running VS 2019, opening the solution will [prompt you to install missing components automatically](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/). - - Desktop Development with C++ - - 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 * To debug in VS, right click on CascadiaPackage (from VS Solution Explorer) and go to properties, in the Debug menu, change "Application process" and "Background task process" to "Native Only" @@ -128,6 +115,20 @@ If you would like to ask a question that you feel doesn't warrant an issue (yet) # Developer Guidance +## Build Prerequisites + +* You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal +* You must have the [1903 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (build 10.0.18362.0) installed +* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed. +* You must install the following Workloads via the VS Installer. If you're running VS 2019, opening the solution will [prompt you to install missing components automatically](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/). + - Desktop Development with C++ + - 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. + + ## Building the Code This repository uses [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for some of its dependencies. To make sure submodules are restored or updated, be sure to run the following prior to building: