summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV17
1 files changed, 14 insertions, 3 deletions
diff --git a/README-DEV b/README-DEV
index dbe777f..c7933ce 100644
--- a/README-DEV
+++ b/README-DEV
@@ -87,6 +87,18 @@ build2, we end up with the following configuration options:
See the configuration options description at the "Build Instructions" page
(http://xerces.apache.org/xerces-c/build-3.html).
+We, however, disable the network support by default, replacing the
+--enable-netaccessor-curl option with --disable-network. The user, will still
+be able to enable network by setting the config.libxerces_c.network project
+configuration variable to true.
+
+Also we use a native transcoder on Mac OS and Windows by default, replacing
+the --enable-transcoder-icu option with
+--enable-transcoder-macosunicodeconverter and --enable-transcoder-windows,
+respectively. The user, will still be able to enable the ICU transcoder by
+setting the config.libxerces_c.transcoder_icu project configuration variable
+to true.
+
Normally, when packaging a project, we need to replace some auto-generated
headers with our own implementations, deduce the compilation/linking options
and the source files to compile. For Xerces-C++ we can rely on the
@@ -109,9 +121,8 @@ $ ../configure --enable-netaccessor-curl --enable-transcoder-icu \
$ make V=1 >>build.log 2>&1
Note that on Windows, to reduce complexity, we may build the upstream package
-with the native network accessor and transcoder (rather than with the cURL-
-based network accessor and ICU-based transcoder) as it doesn't really affect
-the compilation and linking options.
+with the native network accessor (rather than with the cURL-based network
+accessor).
For MSVC: