From b55bcb50d9f0a8340e3dea9c48834ed09886c790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Jacquin?= <1536771+remyj38@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:43:24 +0200 Subject: [PATCH] Add VC++ v14 Framework dependency note (#13625) ## Summary of the Pull Request VC++ v14 Descktop Framework package is required and not installed automatically when installing package manually. ## PR Checklist * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0e83a300c..68497e4a0b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Add-AppxPackage Microsoft.WindowsTerminal_.msixbundle > **Note**: If you install Terminal manually: > +> * You may need to install the [VC++ v14 Desktop Framework Package](https://docs.microsoft.com/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages). +> This should only be necessary on older builds of Windows 10 and only if you get an error about missing framework packages. > * Terminal will not auto-update when new builds are released so you will need > to regularly install the latest Terminal release to receive all the latest > fixes and improvements!