summaryrefslogtreecommitdiff
path: root/libxerces-c/INSTALL
blob: ef4e54fd79d181139713006b4a56eeab8d2dbe1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The aim of this package is to make reading the INSTALL file unnecessary. So
next time try running:

$ bpkg build libxerces-c

But if you don't want to use the package manager, then you can also build this
package manually using the standard build2 build system.

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 }