From 470d7891dcb1bce04277044a6e3dd9b8d8e13f7b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 4 Aug 2005 16:28:34 +0000 Subject: [PATCH] Synch with release branch 1.33.0 [SVN r30461] --- getting_started.html | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/getting_started.html b/getting_started.html index 263d842..3859b8e 100644 --- a/getting_started.html +++ b/getting_started.html @@ -1,4 +1,4 @@ - + Getting Started @@ -288,7 +288,7 @@ kcc - KAI C++ + KAI C++ kylix @@ -526,6 +526,15 @@ the Boost.Regex installation documentation for more information. + + -sNO_COMPRESSION=1 + Build Boost.Iostreams without support for the compression + filters which rely on the non-Boost libraries zlib and libbz2. If you use Windows, + this option is enabled by default. If you use UNIX, the compression filters will likely + work with no configuration, so this option should not be necessary. For full details see + Boost.Iostreams Installation. + +

There are additional options as supported by Boost.Build and Boost.Jam. @@ -865,7 +874,7 @@ static libraries (archives), and ".so" for shared libraries. For toolsets that support it in Unix they will also have a full version extension (for example ".so.1.31.0") with a symbolic link for the un-versioned library.

-

Automatic Linking on Windows

+

Automatic Linking on Windows

For most Boost libraries that have separate source, the correct build variant is linked against automatically when you include one of that library's header files.  For this feature to work, your compiler must support the #pragma @@ -926,6 +935,16 @@ The separate Graph library source is needed only when reading an AT&T graphviz file. + + Iostreams + Yes + +

Yes

+ + static + Yes +   + Program Options Yes @@ -953,7 +972,7 @@   - Serialisation + Serialization Yes Yes static @@ -974,18 +993,26 @@ No static No - Which library you link to depends upon which program entry point you define, + Which library you link to depends upon which program entry point you define, rather than which Boost.Test features you use. Thread Partial Yes - dynamic + static (Visual C++), otherwise dynamic Yes For technical reasons static linking is supported on only one Windows compiler (Visual C++). + + Wave + Yes + Yes + static + Yes +   +

Additional Steps

@@ -1016,3 +1043,5 @@ + +