diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-25 20:02:15 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-02-25 14:37:35 +0000 |
commit | d5b55bc5eae492015295ea78b96f4cbea7caf4e5 (patch) | |
tree | b0815473e856b3aaea01119352a18ec9a88c1852 /README.md | |
parent | cdc57ebbed62aebe1ff7c53c676aa4ff2a4cf8ed (diff) |
README.md: Document which Visual Studio workload is needed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -323,8 +323,10 @@ environment. Things may work or they may break, and you get to keep the pieces. This is needed for correctly generating import libraries for recipes built with MinGW. Both the Community build and the Professional build are supported. -**NOTE**: You must install the latest Windows 10 SDK when installing Visual -Studio. You do not need any older Windows SDKs. +You must install the latest Windows 10 SDK when installing Visual Studio as +shown below. You do not need any older Windows SDKs. + +![Select the Desktop development with C++ workload](/data/images/vs2017-installer-workloads.png) You can find all versions of Visual Studio at: https://visualstudio.microsoft.com/vs/older-downloads/ |