Browse Source

- Fix <threading>multi typo.
- Add link to cw toolset.
- Remove links to cwpro8, cwpro9, and metrowerks toolsets (now obsolete).


[SVN r22371]

Rene Rivera 22 years ago
parent
commit
e13258cdb7
1 changed files with 147 additions and 218 deletions
  1. 147 218
      more/getting_started.html

+ 147 - 218
more/getting_started.html

@@ -262,242 +262,171 @@
     </tr>
   </table><br>
 
-  <table summary="" border="1" cellpadding="5">
-    <tr>
-      <td><b>TOOLS Name</b></td>
-
-      <td><b>Description</b></td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  
+<table summary="" border="1" cellpadding="5">
+  <tr> 
+    <td><b>TOOLS Name</b></td>
+    <td><b>Description</b></td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/borland-tools.html"><code>borland</code></a></td>
-
-      <td><a href=
+    <td><a href=
       "http://www.borland.com/bcppbuilder/freecompiler">Borland</a> C++</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/como-tools.html"><code>como</code></a></td>
-
-      <td><a href="http://www.comeaucomputing.com">Comeau C++</a> compiler
-      front-end for non-Windows platforms</td>
-    </tr>
-
-    <tr>
-      <td><code><a href=
+    <td><a href="http://www.comeaucomputing.com">Comeau C++</a> compiler front-end 
+      for non-Windows platforms</td>
+  </tr>
+  <tr> 
+    <td><code><a href=
       "../tools/build/v1/como-tools.html">como-win32</a></code></td>
-
-      <td><a href="http://www.comeaucomputing.com">Comeau C++</a> compiler
-      front-end for Windows, using Microsoft <a href=
+    <td><a href="http://www.comeaucomputing.com">Comeau C++</a> compiler front-end 
+      for Windows, using Microsoft <a href=
       "http://msdn.microsoft.com/visualc/">Visual C++</a>as a back-end.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
-      "../tools/build/v1/cwpro8-tools.html"><code>cwpro8</code></a></td>
-
-      <td><a href="http://www.metrowerks.com">Metrowerks CodeWarrior</a> Pro
-      8.x command-line tools</td>
-    </tr>
-
-    <tr>
-      <td><code><a href="../tools/build/v1/cwpro9-tools.html">cwpro</a><a href="../tools/build/v1/cwpro8-tools.html">9</a></code></td>
-
-      <td><a href="http://www.metrowerks.com">Metrowerks CodeWarrior</a> Pro
-      9.x command-line tools</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  </tr>
+  <tr> 
+    <td><a href=
+      "../tools/build/v1/cw-tools.html"><code>cw</code></a></td>
+    <td><a href="http://www.metrowerks.com">Metrowerks CodeWarrior</a> Pro 6.x, 
+      7.x, 8.x, and 9.x command-line tools</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/darwin-tools.html"><code>darwin</code></a></td>
-
-      <td>Apple Darwin OS hosted GNU <a href=
+    <td>Apple Darwin OS hosted GNU <a href=
       "http://developer.apple.com/tools/compilers.html">GCC</a>.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/edg-tools.html"><code>edg</code></a></td>
-
-      <td><a href="http://www.edg.com/">Edison Design Group</a> compiler
-      front-end (evaluation version)</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://www.edg.com/">Edison Design Group</a> compiler front-end 
+      (evaluation version)</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/gcc-tools.html"><code>gcc</code></a></td>
-
-      <td><a href="http://gcc.gnu.org">GNU GCC</a> on Unix and <a href=
+    <td><a href="http://gcc.gnu.org">GNU GCC</a> on Unix and <a href=
       "http://www.cygwin.com">Cygwin</a>.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/gcc-stlport-tools.html"><code>gcc-stlport</code></a></td>
-
-      <td><a href="http://gcc.gnu.org">GNU GCC</a> on Unix and <a href=
+    <td><a href="http://gcc.gnu.org">GNU GCC</a> on Unix and <a href=
       "http://www.cygwin.com">Cygwin</a>, using the <a href=
-      "http://www.stlport.org">STLport</a> standard library
-      implementation</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+      "http://www.stlport.org">STLport</a> standard library implementation</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/gcc-nocygwin-tools.html"><code>gcc-nocygwin</code></a></td>
-
-      <td>GNU GCC Cygwin command line compiler tools running in "no-cygwin"
-      mode (produces commercially redistributable objects)</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>GNU GCC Cygwin command line compiler tools running in "no-cygwin" mode 
+      (produces commercially redistributable objects)</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/intel-linux-tools.html"><code>intel-linux</code></a></td>
-
-      <td><a href=
-      "http://www.intel.com/software/products/compilers/c60l/">Intel C++ for
-      Linux</a></td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href=
+      "http://www.intel.com/software/products/compilers/c60l/">Intel C++ for Linux</a></td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/intel-win32-tools.html"><code>intel-win32</code></a></td>
-
-      <td><a href=
-      "http://www.intel.com/software/products/compilers/c60/">Intel C++ for
-      Windows</a> using the Dinkumware standard library in the Intel-required
-      Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 6
-      or 7 installation</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href=
+      "http://www.intel.com/software/products/compilers/c60/">Intel C++ for Windows</a> 
+      using the Dinkumware standard library in the Intel-required Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual 
+      C++</a> 6 or 7 installation</td>
+  </tr>
+  <tr> 
+    <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>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://developer.intel.com/software/products/kcc/">KAI C++</a></td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/kylix-tools.html"><code>kylix</code></a></td>
-
-      <td><a href="http://www.borland.com/kylix">Borland C++ for Linux
-      (Kylix).</a></td>
-    </tr>
-
-    <tr>
-      <td><a href=
-      "../tools/build/v1/metrowerks-tools.html"><code>metrowerks</code></a></td>
-
-      <td><a href="http://www.metrowerks.com">Metrowerks CodeWarrior</a>
-      command-line tools</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://www.borland.com/kylix">Borland C++ for Linux (Kylix).</a></td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/mingw-tools.html"><code>mingw</code></a></td>
-
-      <td>GNU GCC and associated tools in <a href=
-      "http://www.mingw.org">MinGW</a> configuration (produces commercially
-      redistributable objects)</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>GNU GCC and associated tools in <a href=
+      "http://www.mingw.org">MinGW</a> configuration (produces commercially redistributable 
+      objects)</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/mipspro-tools.html"><code>mipspro</code></a></td>
-
-      <td>SGI <a href=
-      "http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro
+    <td>SGI <a href=
+      "http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro 
       C and C++</a></td>
-    </tr>
-
-    <tr>
-      <td><a href=
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/msvc-tools.html"><code>msvc</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> version 6 command-line tools. NOTE; For version 7.x (the .NET
-      series) use the vc7 or vc7.1 toolsets below.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      version 6 command-line tools. NOTE; For version 7.x (the .NET series) use 
+      the vc7 or vc7.1 toolsets below.</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/msvc-stlport-tools.html"><code>msvc-stlport</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> version 6 command-line tools, using the <a href=
-      "http://www.stlport.org">STLport</a> standard library implementation.
-      NOTE; For version 7.x (the .NET series) use the vc7-stlport or
-      vc7.1-stlport toolsets below.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      version 6 command-line tools, using the <a href=
+      "http://www.stlport.org">STLport</a> standard library implementation. NOTE; 
+      For version 7.x (the .NET series) use the vc7-stlport or vc7.1-stlport toolsets 
+      below.</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/sunpro-tools.html"><code>sunpro</code></a></td>
-
-      <td><a href=
-      "http://wwws.sun.com/software/sundev/suncc/index.html">SunPRO C++</a>
-      compiler</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href=
+      "http://wwws.sun.com/software/sundev/suncc/index.html">SunPRO C++</a> compiler</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/tru64cxx-tools.html"><code>tru64cxx</code></a></td>
-
-      <td><a href="http://www.tru64unix.compaq.com/cplus/">Compaq C++</a> for
-      Tru64 UNIX (versions prior to 6.5)</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://www.tru64unix.compaq.com/cplus/">Compaq C++</a> for Tru64 
+      UNIX (versions prior to 6.5)</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/tru64cxx-tools.html"><code>tru64cxx65</code></a></td>
-
-      <td><a href="http://www.tru64unix.compaq.com/cplus/">Compaq C++</a>
-      Version 6.5 for Tru64 UNIX</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://www.tru64unix.compaq.com/cplus/">Compaq C++</a> Version 
+      6.5 for Tru64 UNIX</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/vacpp-tools.html"><code>vacpp</code></a></td>
-
-      <td><a href="http://www-3.ibm.com/software/ad/vacpp/">IBM Visual Age
-      C++</a> command-line tools</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td><a href="http://www-3.ibm.com/software/ad/vacpp/">IBM Visual Age C++</a> 
+      command-line tools</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/vc7-tools.html"><code>vc7</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> command-line tools from Visual Studio .NET.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      command-line tools from Visual Studio .NET.</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/vc7-stlport-tools.html"><code>vc7-stlport</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> command-line tools from Visual Studio .NET + STLPort.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      command-line tools from Visual Studio .NET + STLPort.</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/vc7.1-tools.html"><code>vc7.1</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> command-line tools from Visual Studio .NET 2003.</td>
-    </tr>
-
-    <tr>
-      <td><a href=
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      command-line tools from Visual Studio .NET 2003.</td>
+  </tr>
+  <tr> 
+    <td><a href=
       "../tools/build/v1/vc7.1-stlport-tools.html"><code>vc7.1-stlport</code></a></td>
-
-      <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
-      C++</a> command-line tools from Visual Studio .NET 2003 + STLPort.</td>
-    </tr>
-  </table>
+    <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> 
+      command-line tools from Visual Studio .NET 2003 + STLPort.</td>
+  </tr>
+</table>
 
   <h2><a name="Build_Install"></a>Build and Install</h2>
 
@@ -695,19 +624,19 @@
     </tr>
   </table>
 
-  <p>There are additional options as supported by <a href=
+  
+<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>. Of the additional
-  options perhaps the most imporant is "<tt>-s<a href=
-  "../tools/build/v1/build_system.htm#build">BUILD</a>=&lt;features/variants&gt;</tt>"
-  which lets you override what is built by default. The
-  "<tt>&lt;features/variants&gt;</tt>" value is a list, separated by spaces,
-  of build requests. Features take the form of a tag and a value or values.
-  And variants are single symbolic names for a collection of features. For
-  example the default is to request "<tt>debug release
-  &lt;runtime-link&gt;static/dynamic &lt;threading&gt;single/multiple</tt>",
-  in which "<tt>debug</tt>" and "<tt>release</tt>" are variants, and the rest
-  features with two values each.</p>
+  "../tools/build/jam_src/index.html">Boost.Jam</a>. Of the additional options 
+  perhaps the most imporant is "<tt>-s<a href=
+  "../tools/build/v1/build_system.htm#build">BUILD</a>=&lt;features/variants&gt;</tt>" 
+  which lets you override what is built by default. The "<tt>&lt;features/variants&gt;</tt>" 
+  value is a list, separated by spaces, of build requests. Features take the form 
+  of a tag and a value or values. And variants are single symbolic names for a 
+  collection of features. For example the default is to request "<tt>debug release 
+  &lt;runtime-link&gt;static/dynamic &lt;threading&gt;single/multi</tt>", in which 
+  "<tt>debug</tt>" and "<tt>release</tt>" are variants, and the rest features 
+  with two values each.</p>
 
   <p>If you have some feedback about the build and install process please
   drop us a line at the <a href="mailing_lists.htm#jamboost">Boost.Build

粤ICP备19079148号