Browse Source

Synch with release branch 1.33.0

[SVN r30461]
John Maddock 21 năm trước cách đây
mục cha
commit
08b2da5094
1 tập tin đã thay đổi với 35 bổ sung6 xóa
  1. 35 6
      more/getting_started.html

+ 35 - 6
more/getting_started.html

@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <html>
    <head>
    <head>
       <title>Getting Started</title>
       <title>Getting Started</title>
@@ -288,7 +288,7 @@
          </tr>
          </tr>
          <tr>
          <tr>
             <td><A href="../tools/build/v1/kcc-tools.html"><code>kcc</code></A></td>
             <td><A href="../tools/build/v1/kcc-tools.html"><code>kcc</code></A></td>
-            <td><a href="http://developer.intel.com/software/products/kcc/">KAI C++</a></td>
+            <td>KAI C++</td>
          </tr>
          </tr>
          <tr>
          <tr>
             <td><A href="../tools/build/v1/kylix-tools.html"><code>kylix</code></A></td>
             <td><A href="../tools/build/v1/kylix-tools.html"><code>kylix</code></A></td>
@@ -526,6 +526,15 @@
                <a href="../libs/regex/doc/install.html#unicode">the Boost.Regex
                <a href="../libs/regex/doc/install.html#unicode">the Boost.Regex
                installation documentation for more information</a>.</td>
                installation documentation for more information</a>.</td>
          </tr>
          </tr>
+         <tr>
+            <td vAlign="top" noWrap align="left"><tt>-sNO_COMPRESSION=1</tt></td>
+            <td vAlign="top" align="left">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 
+            <A HREF="http://www.boost.org/libs/iostreams/doc/index.html?path=7">Boost.Iostreams Installation</A>.
+            </td>
+         </tr>
       </table>
       </table>
       <p>There are additional options as supported by <A href="../tools/build/v1/build_system.htm">
       <p>There are additional options as supported by <A href="../tools/build/v1/build_system.htm">
             Boost.Build</A> and <A href="../tools/build/jam_src/index.html">Boost.Jam</A>. 
             Boost.Build</A> and <A href="../tools/build/jam_src/index.html">Boost.Jam</A>. 
@@ -865,7 +874,7 @@
          static libraries (archives), and ".so" for shared libraries. For toolsets that 
          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 "<tt>.so.1.31.0</tt>") 
          support it in Unix they will also have a full version extension (for example "<tt>.so.1.31.0</tt>") 
          with a symbolic link for the un-versioned library.</p>
          with a symbolic link for the un-versioned library.</p>
-      <H2><A name="#auto-link"></A>Automatic Linking on Windows</H2>
+      <H2><A name="auto-link"></A>Automatic Linking on Windows</H2>
       <P>For most Boost libraries that have separate source, the correct build variant 
       <P>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 
          is linked against automatically when you include one of that library's header 
          files.&nbsp; For this feature to work, your compiler must support the <code>#pragma 
          files.&nbsp; For this feature to work, your compiler must support the <code>#pragma 
@@ -926,6 +935,16 @@
                <TD>The separate Graph library source is needed only when <A href="../libs/graph/doc/read_graphviz.html">
                <TD>The separate Graph library source is needed only when <A href="../libs/graph/doc/read_graphviz.html">
                      reading an AT&amp;T graphviz file.</A></TD>
                      reading an AT&amp;T graphviz file.</A></TD>
             </TR>
             </TR>
+            <TR>
+               <TD>Iostreams</TD>
+               <TD>Yes</TD>
+               <TD>
+                  <P>Yes</P>
+               </TD>
+               <TD>static</TD>
+               <TD>Yes</TD>
+               <TD>&nbsp;</TD>
+            </TR>
             <TR>
             <TR>
                <TD>Program Options</TD>
                <TD>Program Options</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
@@ -953,7 +972,7 @@
                <TD>&nbsp;</TD>
                <TD>&nbsp;</TD>
             </TR>
             </TR>
             <TR>
             <TR>
-               <TD>Serialisation</TD>
+               <TD>Serialization</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
                <TD>static</TD>
                <TD>static</TD>
@@ -974,18 +993,26 @@
                <TD>No</TD>
                <TD>No</TD>
                <TD>static</TD>
                <TD>static</TD>
                <TD>No</TD>
                <TD>No</TD>
-               <TD>Which library you link to depends upon which program entry point you define, 
+              <TD>Which library you link to depends upon which program entry point you define, 
                   rather than which Boost.Test features you use.</TD>
                   rather than which Boost.Test features you use.</TD>
             </TR>
             </TR>
             <TR>
             <TR>
                <TD>Thread</TD>
                <TD>Thread</TD>
                <TD>Partial</TD>
                <TD>Partial</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
-               <TD>dynamic</TD>
+               <TD>static (Visual C++), otherwise dynamic</TD>
                <TD>Yes</TD>
                <TD>Yes</TD>
                <TD>For technical reasons static linking is supported on only one Windows compiler 
                <TD>For technical reasons static linking is supported on only one Windows compiler 
                   (Visual C++).</TD>
                   (Visual C++).</TD>
             </TR>
             </TR>
+            <TR>
+               <TD>Wave</TD>
+               <TD>Yes</TD>
+               <TD>Yes</TD>
+               <TD>static</TD>
+               <TD>Yes</TD>
+               <TD>&nbsp;</TD>
+            </TR>
          </TABLE>
          </TABLE>
       </P>
       </P>
       <h2><a id="Additional_Steps" name="Additional_Steps"></a>Additional Steps</h2>
       <h2><a id="Additional_Steps" name="Additional_Steps"></a>Additional Steps</h2>
@@ -1016,3 +1043,5 @@
    </body>
    </body>
 </html>
 </html>
 
 
+
+

粤ICP备19079148号