Skip to content

Commit ea0ac8b

Browse files
authored
Update README.md
1 parent 31a0ec2 commit ea0ac8b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,16 @@ These generic examples show how to use various models and input feeds with Windo
5050
### Requirements
5151

5252
- [Visual Studio 2017 Version 15.7.4 or Newer](https://developer.microsoft.com/en-us/windows/downloads)
53-
- [Windows 10 - Build 17738 or higher](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso)
54-
- [Windows SDK - Build 17738 or higher](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK)
53+
- [Windows 10 - Build 17763 (RS5) or Newer](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso)
54+
- [Windows SDK - Build 17763 (RS5) or Newer](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK)
55+
- Visual Studio Extension for C++/WinRT for C++/WinRT apps
56+
57+
Do the following to add the C++/WinRT extension in Visual Studio.
58+
1. Go to **Tools > Extensions and Updates**.
59+
2. Select **Online** in the left pane and search for "WinRT" using the search box.
60+
3. Select the **C++/WinRT** extension, click **Download**, and close Visual Studio. The extension should install automatically.
61+
4. When the extension has finished installing, re-open Visual Studio.
62+
5563

5664
The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2017.
5765

0 commit comments

Comments
 (0)