diff Resources/ThirdParty/icu/README.txt @ 3251:fcfd4f73228c

using masm if compiling icu with Visual Studio
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 14:28:53 +0100
parents cf0ad1fb2bb7
children 905ee53c8274
line wrap: on
line diff
--- a/Resources/ThirdParty/icu/README.txt	Sat Feb 16 11:38:54 2019 +0100
+++ b/Resources/ThirdParty/icu/README.txt	Sat Feb 16 14:28:53 2019 +0100
@@ -21,7 +21,7 @@
 
 $ cmake .. -G Ninja -DUSE_LEGACY_LIBICU=ON && ninja install
 
-Legacy version using LSB:
+Legacy version, compiled using LSB:
 
 $ LSB_CC=gcc-4.8 LSB_CXX=g++-4.8 cmake .. -G Ninja \
   -DCMAKE_TOOLCHAIN_FILE=../../../LinuxStandardBaseToolchain.cmake \