summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-02-03 21:51:05 -0800
committerGaurav Khanna <gkhanna@microsoft.com>2016-02-03 21:51:05 -0800
commite36834bdee7d14edc404428ec7c6eed661b78f5a (patch)
tree31f5d61d1664e2ed73d481b8b5c0eb1ef622015d /Documentation
parent1b0d7b9db6361dd426f395ea54b4e15d1e0f2cab (diff)
parent10b1866801537e6bd51fb08feb4b786a54c48254 (diff)
downloadcoreclr-e36834bdee7d14edc404428ec7c6eed661b78f5a.tar.gz
coreclr-e36834bdee7d14edc404428ec7c6eed661b78f5a.tar.bz2
coreclr-e36834bdee7d14edc404428ec7c6eed661b78f5a.zip
Merge pull request #3016 from gkhanna79/CFG
Support for Control Flow Guard
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-instructions.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index 0278010dbc..28fd3ecc81 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -13,16 +13,10 @@ Visual Studio
Visual Studio must be installed. Supported versions:
-- [Visual Studio Community 2013](http://go.microsoft.com/fwlink/?LinkId=517284) - **Free** for Open Source development!
-- [Visual Studio 2013 Update 3](http://www.visualstudio.com/downloads/download-visual-studio-vs) or later (Pro, Premium, Ultimate)
- [Visual Studio 2015](https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs) (Community, Professional, Enterprise)
Visual Studio Express is not supported.
-**Known Issues**
-
-The DIA SDK gets incorrectly installed when VS 2013 is installed after VS 2012. To [workaround this issue](http://support.microsoft.com/kb/3035999), copy `%program files (x86)%\Microsoft Visual Studio 11.0\DIA SDK` to `%program files (x86)%\Microsoft Visual Studio 12.0\DIA SDK`. You can then build CoreCLR.
-
CMake
-----