mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-13054 - ICU readme.html has typo for instructions on building from the command-line.
X-SVN-Rev: 39895
This commit is contained in:
parent
ada968b02d
commit
af5c90b649
1 changed files with 5 additions and 3 deletions
|
@ -943,9 +943,11 @@
|
|||
"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><ICU></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><ICU></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><ICU></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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue