diff options
Diffstat (limited to 'development/boost/README')
-rw-r--r-- | development/boost/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/boost/README b/development/boost/README new file mode 100644 index 0000000000..34d6af4c6d --- /dev/null +++ b/development/boost/README @@ -0,0 +1,8 @@ +Boost provides free peer-reviewed portable C++ source libraries. +The emphasis is on libraries that work well with the C++ Standard +Library. One goal is to establish "existing practice" and provide +reference implementations so that the Boost libraries are suitable +for eventual standardization. + +If you do not want to build with icu4c support, than you'll need +to pass ICU="NO" to the build-script. |