Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Jun 12, 2018
1 parent dd5cb7b commit f634e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-icu-with-icc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1. [Download ICU source code package](http://site.icu-project.org/download) and extract it to anywhere you like.
2. Open "**<path_to_icu_source_code_directory>\source\allinone\allinone.sln**" with Visual Studio.
3. Switch to Intel C++ Compiler.
4. Replace "**/utf-8**" with "**-Qoption,cpp,--unicode_source_kind,"UTF-8"**" in **[Property->C/C++->Command line]**.
4. Replace "**/utf-8**" with "**-Qoption,cpp,--unicode_source_kind,"UTF-8"**" in **[Property->C/C++->Command line]** (if there is no "/utf-8", it's OK, just add the latter one).
5. Build the solution.

## Static library
Expand Down

0 comments on commit f634e61

Please sign in to comment.