From 6f3f241c2a8ed86b895aadb26cccd0f169fe8a77 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 3 Aug 2005 10:16:23 +0000 Subject: [PATCH] Added information about building regex with ICU support. [SVN r30395] --- getting_started.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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)

+