# HG changeset patch # User Sebastien Jodogne # Date 1550387996 -3600 # Node ID fa0f49d80b8b402760ea468a0abde5b1034ccd98 # Parent e89e378e71e4154ddc755ed39a7d9d544def1def note diff -r e89e378e71e4 -r fa0f49d80b8b INSTALL --- 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.