Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-03-10 22:20:16 +0300
committerEric Mellino <erme@microsoft.com>2016-03-10 22:20:16 +0300
commit032b926228de4577f42e6f86d43eff9d4edbf21c (patch)
treee9fa6503d998bd587781033dc7f1aaeb3e76d9f3 /Documentation/building
parentf4e42e3229eec8836ee2a9cd9f0cb7b3f1a14a40 (diff)
Update windows-instructions.md
We require VS 2015 Update 1 as of a few weeks ago, in order to update some portable MSBuild targets related to PCLs/NuGet.
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index 05576f6956..bac2c8c22d 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -14,6 +14,8 @@ The following free downloads are compatible:
Note: In order to build our C++ projects be sure to select "Programming Languages | Visual C++ | Common Tools for Visual C++ 2015" while installing VS 2015 (or modify your install to include it).
+We also require that [Visual Studio 2015 Update 1](https://www.visualstudio.com/en-us/news/vs2015-update1-vs.aspx) be installed.
+
[CMake](https://cmake.org/) is required to build the native libraries for Windows. To build these libraries cmake must be installed from [the CMake download page](https://cmake.org/download/) and added to your path.
## Building From the Command Line