summaryrefslogtreecommitdiff
path: root/Documentation/building
diff options
context:
space:
mode:
authorJoseph Tremoulet <JCTremoulet@gmail.com>2017-04-09 02:50:02 -0400
committerDan Moseley <danmose@microsoft.com>2017-04-08 23:50:02 -0700
commita7bb166161d6170988d41050884f567d5c028703 (patch)
treed915ad78e5c0fccda20576a1c1fdef203f1b4f05 /Documentation/building
parent2abc645b6bb9ab4ce18c25aa93016dae38343a36 (diff)
downloadcoreclr-a7bb166161d6170988d41050884f567d5c028703.tar.gz
coreclr-a7bb166161d6170988d41050884f567d5c028703.tar.bz2
coreclr-a7bb166161d6170988d41050884f567d5c028703.zip
Update VS2017 'Individual Components' install info (#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
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md25
1 files changed, 15 insertions, 10 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index e574cdd44c..d0e63270c0 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/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