mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Add info on building/testing ICU with multiple compilers.
Refs #4863. [SVN r70131]
This commit is contained in:
@ -93,6 +93,12 @@ that you are using to build Boost. Boost.Regex will not work correctly unless
|
||||
you ensure that this is the case: it is up to you to ensure that the version
|
||||
of ICU you are using is binary compatible with the toolset you use to build Boost.]
|
||||
|
||||
And finally, if you want to build/test with multiple compiler versions, all with different ICU
|
||||
builds, then the only way to achieve that currently is to modify your user-config.jam so that
|
||||
each toolset has the necessary compiler/linker options set so that ICU is found automatically
|
||||
by the configuration step (providing the ICU binaries use the standard names, all you have to
|
||||
add is the appropriate header-include and linker-search paths).
|
||||
|
||||
[h4 Building via makefiles]
|
||||
|
||||
[h5 Borland C++ Builder:]
|
||||
|
Reference in New Issue
Block a user