changeset 3255:fa0f49d80b8b

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 17 Feb 2019 08:19:56 +0100
parents e89e378e71e4
children d4141f5f7fe2
files INSTALL
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Sat Feb 16 15:46:53 2019 +0100
+++ b/INSTALL	Sun Feb 17 08:19:56 2019 +0100
@@ -118,7 +118,10 @@
 
 Instructions to include support for Asian encodings:
 
-# cmake -G Ninja -DSTATIC_BUILD=ON -DBOOST_LOCALE_BACKEND=icu [...]\Orthanc
+# cmake -G Ninja -T host=x64 -DSTATIC_BUILD=ON -DBOOST_LOCALE_BACKEND=icu [...]\Orthanc
+
+The option "-T host=x64" is necessary to prevent error "C1060:
+compiler is out of heap space" when compiling Orthanc with ICU.