You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/building/windows-instructions.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,18 @@ Visual Studio must be installed. Supported versions:
15
15
16
16
-[Visual Studio 2015](https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs) (Community, Professional, Enterprise)
17
17
18
-
To debug managed code, ensure you have installed atleast [Visual Studio 2015 Update 3](https://blogs.msdn.microsoft.com/visualstudio/2016/06/07/visual-studio-2015-update-3-rc/).
18
+
To debug managed code, ensure you have installed atleast [Visual Studio 2015 Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs).
19
19
20
-
Make sure that you install "VC++ Tools". By default they will not be installed.
20
+
Make sure that you install "VC++ Tools". By default, they will not be installed.
21
+
22
+
To build for Arm32, you need to have [Windows SDK for Windows 10](https://developer.microsoft.com/en-us/windows/downloads) installed.
21
23
22
24
Visual Studio Express is not supported.
23
25
24
26
CMake
25
27
-----
26
28
27
-
The CoreCLR build relies on CMake for the build. We are currently using CMake 3.0.2, although later versions likely work.
29
+
The CoreCLR repo build has been validated using CMake 3.5.2.
28
30
29
31
- Install [CMake](http://www.cmake.org/download) for Windows.
<!--Define packaging attributes for cross target components-->
168
+
<HasCrossTargetComponentsCondition="'$(TargetsWindows)' == 'true' and ('$(PackagePlatform)' =='arm64' or '$(PackagePlatform)' =='arm')">true</HasCrossTargetComponents>
0 commit comments