mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
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.
This commit is contained in:
parent
315abf6fa6
commit
37126d015a
27
README.md
27
README.md
@ -79,19 +79,6 @@ Secondly, try pressing <kbd>Ctrl</kbd> + <kbd>T</kbd>. The tabs are hidden when
|
|||||||
|
|
||||||
# Getting Started
|
# 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
|
## 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"
|
* 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
|
# 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
|
## 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:
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user