From 7846f2922e19805298e00afd63c7ec57fa96ad20 Mon Sep 17 00:00:00 2001 From: Joseph Tremoulet Date: Sun, 9 Apr 2017 02:50:02 -0400 Subject: [PATCH] Update VS2017 'Individual Components' install info (dotnet/coreclr#10695) A few small changes to make it easier to compare selections in the installer UI against the list in the doc: - Re-order the list to match the order presented in the installer UI - Place the individual items under groupings matching the installer - Change casing to match installer UI Commit migrated from https://github.com/dotnet/coreclr/commit/a7bb166161d6170988d41050884f567d5c028703 --- docs/coreclr/building/windows-instructions.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/coreclr/building/windows-instructions.md b/docs/coreclr/building/windows-instructions.md index e574cdd..d0e6327 100644 --- a/docs/coreclr/building/windows-instructions.md +++ b/docs/coreclr/building/windows-instructions.md @@ -30,16 +30,21 @@ For Visual Studio 2017: * Windows 8.1 SDK and UCRT SDK * VC++ 2015.3 v140 Toolset (x86, x64) * When doing an 'Individual Components' based install, the following are the minimum requirements: - * C# and Visual Basic Roslyn Compilers - * Static Analysis Tools - * .NET Portable Library Targeting Pack - * Windows 10 SDK or Windows 8.1 SDK - * Visual Studio C++ Core Features - * VC++ 2017 v141 Toolset (x86, x64) - * MSBuild - * .NET Framework 4.6 Targeting Pack - * Windows Universal CRT SDK - * VC++ 2015.3 v140 Toolset (x86, x64) + * Under ".NET": + * .NET Framework 4.6 targeting pack + * .NET Portable Library targeting pack + * Under "Code tools": + * Static analysis tools + * Under "Compilers, build tools, and runtimes": + * C# and Visual Basic Roslyn Compilers + * MSBuild + * VC++ 2015.3 v140 toolset (x86, x64) + * VC++ 2017 v141 toolset (x86, x64) + * Windows Universal CRT SDK + * Under "Development activities": + * Visual Studio C++ core features + * Under "SDKs, libraries, and frameworks": + * Windows 10 SDK or Windows 8.1 SDK * To build for Arm32, Make sure that you have the Windows 10 SDK installed (or selected to be installed as part of VS installation). To explicitly install Windows SDK, download it from here: [Windows SDK for Windows 10](https://developer.microsoft.com/en-us/windows/downloads) * **Important:** You must have the `msdia120.dll` COM Library registered in order to build the repository. * This binary is registered by default when installing the "VC++ Tools" with Visual Studio 2015 -- 2.7.4