From 7a9ad23a9ec80a37308ab75c23c67da57287dd80 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Sep 2023 15:40:02 +0300 Subject: Release version 3.2.4+1 Add support for config.libxerces_c.transcoder_icu variable Update .gitignore file --- libxerces-c/INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libxerces-c/INSTALL') 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 } -- cgit v1.1