]> granicus.if.org Git - icu/commitdiff
ICU-13054 - ICU readme.html has typo for instructions on building from the command...
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 22 Mar 2017 17:36:53 +0000 (17:36 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 22 Mar 2017 17:36:53 +0000 (17:36 +0000)
X-SVN-Rev: 39895

icu4c/readme.html

index f7762bb8ef191e26e033438b4a18155d1f4d288c..3bf795238ead20aaad0cdc3ee7b3ede33a1e8094 100644 (file)
     "HowToBuildWindowsCommandLine"><strong>Using MSDEV At The Command Line
     Note:</strong></a> 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
-    <i>&lt;ICU&gt;</i>\source\allinone\allinone.sln /build "Win32|Release"'. You can also
-    use Cygwin with this compiler to build ICU, and you can refer to the <a href=
+    execution, you can run the following command to build the 32-bit Release version:
+    <code>'devenv.com <i>&lt;ICU&gt;</i>\source\allinone\allinone.sln /build "Release|Win32"'</code>.
+    Or to build the 64-bit Release version from the command line: 
+    <code>'devenv.com <i>&lt;ICU&gt;</i>\source\allinone\allinone.sln /build "Release|x64"'</code>.
+    <br />You can also use Cygwin with this compiler to build ICU, and you can refer to the <a href=
     "#HowToBuildCygwin">How To Build And Install On Windows with Cygwin</a>
     section for more details.</p>