summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-30 17:33:21 -0700
committerGitHub <noreply@github.com>2019-05-30 17:33:21 -0700
commit56c35e9b60e5f3a978ebe0b77f4b5b0c040495e4 (patch)
treef92b8fffaf7bec643ae3184d4caee89331fc7070 /Documentation
parent7d8309f149d0de976a482941356ed0e48b309858 (diff)
downloadcoreclr-56c35e9b60e5f3a978ebe0b77f4b5b0c040495e4.tar.gz
coreclr-56c35e9b60e5f3a978ebe0b77f4b5b0c040495e4.tar.bz2
coreclr-56c35e9b60e5f3a978ebe0b77f4b5b0c040495e4.zip
Add information in docs for required Windows SDK version for test build. (#24865)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-instructions.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index 1852708f90..9f5495fb6d 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -42,6 +42,7 @@ For Visual Studio 2017:
* 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).
* In addition, ensure you install the ARM tools. In the "Individual components" window, in the "Compilers, build tools, and runtimes" section, check the box for "Visual C++ compilers and libraries for ARM".
+* To build the tests, make sure you have a Windows 10 SDK for at least version 10.0.17763 or newer.
* **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
* You can also manually register the binary by launching the "Developer Command Prompt for VS2017" with Administrative privileges and running `regsvr32.exe "%VSINSTALLDIR%\Common7\IDE\msdia120.dll"`