]> granicus.if.org Git - icu/commitdiff
ICU-13027 - More in the readme.html file.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 23 Mar 2017 01:07:59 +0000 (01:07 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 23 Mar 2017 01:07:59 +0000 (01:07 +0000)
X-SVN-Rev: 39912

icu4c/readme.html

index 6b7ec1365fd6e05a8228cd53a4a234f06ac06603..03eb670a1420f6476ad0d3d4469559124aca1bd6 100644 (file)
       <li>Microsoft Windows</li>
 
       <li>Microsoft Visual C++ (see the ICU download page for the currently compatible version)</li>
+      
+      <li><i><b>Optional:</b></i> A version of the Windows 10 SDK (if you want to build the UWP projects)</li>
     </ul>
         <p class="note"><a href="#HowToBuildCygwin">Cygwin</a> is required if using a version of MSVC other than the one
         compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)</p>
       "#HowToBuildWindowsCommandLine">command line note below</a> if you want to
       build from the command line instead.</li>
 
+      <li>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 UWP 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.</li>
+
       <li>Set the active platform to "Win32" or "x64" (See <a href="#HowToBuildWindowsPlatform">Windows platform note</a> below)
       and configuration to "Debug" or "Release" (See <a href="#HowToBuildWindowsConfig">Windows configuration note</a> below).</li>