summaryrefslogtreecommitdiff
path: root/libxerces-c/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-09-11 15:40:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-11 15:40:02 +0300
commit7a9ad23a9ec80a37308ab75c23c67da57287dd80 (patch)
tree4d6f8e9e73cb609e407b218afc2dad762b42a3b3 /libxerces-c/INSTALL
parente58c68bd23bdc01bd0e4d999d2da4dc0e20a68a2 (diff)
Release version 3.2.4+1v3.2.4+1
Add support for config.libxerces_c.transcoder_icu variable Update .gitignore file
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 }