From b207efc7688b218e29bc8914d7da2e75fe8955c4 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 23 Mar 2017 01:07:59 +0000 Subject: [PATCH] ICU-13027 - More in the readme.html file. X-SVN-Rev: 39912 --- icu4c/readme.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/icu4c/readme.html b/icu4c/readme.html index 6b7ec1365fd..03eb670a142 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -872,6 +872,8 @@
  • Microsoft Windows
  • Microsoft Visual C++ (see the ICU download page for the currently compatible version)
  • + +
  • Optional: A version of the Windows 10 SDK (if you want to build the UWP projects)
  • Cygwin 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)

    @@ -894,6 +896,11 @@ "#HowToBuildWindowsCommandLine">command line note below if you want to build from the command line instead. +
  • 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.
  • +
  • Set the active platform to "Win32" or "x64" (See Windows platform note below) and configuration to "Debug" or "Release" (See Windows configuration note below).