diff --git a/icu4c/readme.html b/icu4c/readme.html index 3bf795238ea..6b7ec1365fd 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -1,4 +1,4 @@ - @@ -246,6 +246,15 @@ For more news about this release, as well as late-breaking news, see the ICU download page.
+Windows build changes: Building the UWP projects in Visual Studio requires Visual Studio + 2015 Update 3 with a version of the Windows 10 SDK installed. You may need to re-target the + UWP projects to the version of the SDK that you have installed. (In Visual Studio you can + right-click on the projects and select the option 'Retarget SDK Version').
+Note: You do not need to have a copy of the Windows 10 SDK installed in order to build + the non-UWP projects in Visual Studio. If the SDK is not installed then the UWP projects + will simply not be loaded.
+