summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJared Parsons <jaredpparsons@gmail.com>2019-04-10 06:57:38 -0700
committerStephen Toub <stoub@microsoft.com>2019-04-10 09:57:38 -0400
commit289b7036dfa172fcbdb812c03ccfd599d6d09724 (patch)
tree6c4fad47a39f8ac89a8d00d7b2c5021fc72bc657 /Documentation
parent43e0ab4042b72d28a6254593c8f9ae29ce687eb0 (diff)
downloadcoreclr-289b7036dfa172fcbdb812c03ccfd599d6d09724.tar.gz
coreclr-289b7036dfa172fcbdb812c03ccfd599d6d09724.tar.bz2
coreclr-289b7036dfa172fcbdb812c03ccfd599d6d09724.zip
Update Windows instructions (#23841)
The instructions for CMake failed to list 3.14.1 when using Visual Studio 2019.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index afb216fccb..bb24140829 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -50,7 +50,7 @@ Visual Studio Express is not supported.
## CMake
-The CoreCLR repo build has been validated using CMake 3.9.3.
+The CoreCLR repo build has been validated using CMake 3.9.3. When using Visual Studio 2019 at least version 3.14.1 is required.
- Install [CMake](http://www.cmake.org/download) for Windows.
- Add its location (e.g. C:\Program Files (x86)\CMake\bin) to the PATH environment variable.
@@ -60,7 +60,7 @@ The CoreCLR repo build has been validated using CMake 3.9.3.
## Python
-Python is used in the build system. We are currently using python 2.7.9, although
+Python is used in the build system. We are currently using Python 2.7.9, although
any recent (2.4+) version of Python should work, including Python 3.
- Install [Python](https://www.python.org/downloads/) for Windows.
- Add its location (e.g. C:\Python*\) to the PATH environment variable.