summaryrefslogtreecommitdiff
path: root/libxerces-c/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'libxerces-c/INSTALL')
-rw-r--r--libxerces-c/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/libxerces-c/INSTALL b/libxerces-c/INSTALL
index ce836ee..ef4e54f 100644
--- a/libxerces-c/INSTALL
+++ b/libxerces-c/INSTALL
@@ -10,3 +10,9 @@ Note that by default libxerces-c is built without network support. To enable
it, run the following command instead:
$ bpkg build libxerces-c +{ config.libxerces_c.network=true }
+
+Also note that by default libxerces-c is built with a native transcoder on Mac
+OS and Windows. To enable the ICU transcoder, run the following command
+instead:
+
+$ bpkg build libxerces-c +{ config.libxerces_c.transcoder_icu=true }