]> granicus.if.org Git - icu/commitdiff
ICU-13027 - Update readme.html with info on the Windows UWP VS projects.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 23 Mar 2017 00:23:46 +0000 (00:23 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 23 Mar 2017 00:23:46 +0000 (00:23 +0000)
X-SVN-Rev: 39911

icu4c/readme.html

index 3bf795238ead20aaad0cdc3ee7b3ede33a1e8094..6b7ec1365fd6e05a8228cd53a4a234f06ac06603 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
     For more news about this release, as well as late-breaking news, see the
     <a href="http://site.icu-project.org/download/57">ICU download page</a>.</p>
 
+    <h3>New for 59 RC</h3>
+    <p>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').</p>
+    <p>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.</p>
+
     <h3>New for 59 Milestone 1</h3>
     <ul>
        <li>Compiler support for C++11 is required for building the ICU libraries.</li>