diff --git a/getting_started.html b/getting_started.html index 8ac014b..a24f215 100644 --- a/getting_started.html +++ b/getting_started.html @@ -504,6 +504,28 @@ version of Python. The regular versions of the Boost.Python libraries are also built. + + -sHAVE_ICU=1 + Build Boost.Regex libraries with Unicode support + provided by the + ICU libraries. ICU must have been built with the same + compiler that you are using to build Boost, and must be installed into + your compiler's include and library search paths. See + the Boost.Regex + installation documentation for more information. + + + -sICU_PATH=path + Build Boost.Regex libraries with Unicode support + provided by the + ICU libraries. ICU must have been built with the same + compiler that you are using to build Boost, and must have been built + (or installed to) directory path. + For example if you configured ICU with --prefix=/usr/local/icu/3.3, then use + -sICU_PATH=/usr/local/icu/3.3. See + the Boost.Regex + installation documentation for more information. +

There are additional options as supported by Boost.Build and Boost.Jam. @@ -993,3 +1015,4 @@ www.boost.org/LICENSE_1_0.txt)

+