From af5c90b64939b9a50ad20fd89677a7810919478f Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 22 Mar 2017 17:36:53 +0000 Subject: [PATCH] ICU-13054 - ICU readme.html has typo for instructions on building from the command-line. X-SVN-Rev: 39895 --- icu4c/readme.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/icu4c/readme.html b/icu4c/readme.html index f7762bb8ef1..3bf795238ea 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -943,9 +943,11 @@ "HowToBuildWindowsCommandLine">Using MSDEV At The Command Line Note: You can build ICU from the command line. Assuming that you have properly installed Microsoft Visual C++ to support command line - execution, you can run the following command, 'devenv.com - <ICU>\source\allinone\allinone.sln /build "Win32|Release"'. You can also - use Cygwin with this compiler to build ICU, and you can refer to the 'devenv.com <ICU>\source\allinone\allinone.sln /build "Release|Win32"'. + Or to build the 64-bit Release version from the command line: + 'devenv.com <ICU>\source\allinone\allinone.sln /build "Release|x64"'. +
You can also use Cygwin with this compiler to build ICU, and you can refer to the
How To Build And Install On Windows with Cygwin section for more details.

-- 2.40.0