ICU-10520 Clarify windows build instructions in the readme

X-SVN-Rev: 35253
This commit is contained in:
Michael Ow 2014-02-27 19:36:18 +00:00
parent fefa024ccc
commit e9feffb425

View file

@ -12,7 +12,7 @@
"The introduction to the International Components for Unicode with instructions on building, installation, usage and other information about ICU." />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link type="text/css" href="./icu4c.css" rel="stylesheet"/>
</head>
</head>Cy
<body class="draft">
<h1>International Components for Unicode<br/>
@ -760,10 +760,10 @@
<ul>
<li>Microsoft Windows</li>
<li>Microsoft Visual C++</li>
<li><a href="#HowToBuildCygwin">Cygwin</a> is required when other versions
of Microsoft Visual C++ and other compilers are used to build ICU.</li>
<li>Microsoft Visual C++ (see the ICU download page for the currently compatible version)</li>
<li>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)</li>
</ul>
<p>The steps are:</p>