From 82abe48ae9e65bc39a57a2046968a96f19ab766c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 23 Feb 2004 07:42:10 +0000 Subject: [PATCH] - Fix multi typo. - Add link to cw toolset. - Remove links to cwpro8, cwpro9, and metrowerks toolsets (now obsolete). [SVN r22371] --- getting_started.html | 365 +++++++++++++++++-------------------------- 1 file changed, 147 insertions(+), 218 deletions(-) diff --git a/getting_started.html b/getting_started.html index d780b9a..6566693 100644 --- a/getting_started.html +++ b/getting_started.html @@ -262,242 +262,171 @@
- - - - - - - - - + + + + + - - - - - - + - - - - - - + + + - - - - - - - - - - - - - - - - - - + + + + + - - - - - - + - - - - - - + + + - - - - - - + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - - - - - - - + + + - - - - - - + + + - - - - - - + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - - - - + + + - - - -
TOOLS NameDescription
+
TOOLS NameDescription
borlandBorland C++
+
comoComeau C++ compiler - front-end for non-Windows platforms
Comeau C++ compiler front-end + for non-Windows platforms
como-win32Comeau C++ compiler - front-end for Windows, using Microsoft Comeau C++ compiler front-end + for Windows, using Microsoft Visual C++as a back-end.
cwpro8Metrowerks CodeWarrior Pro - 8.x command-line tools
cwpro9Metrowerks CodeWarrior Pro - 9.x command-line tools
+
cwMetrowerks CodeWarrior Pro 6.x, + 7.x, 8.x, and 9.x command-line tools
darwinApple Darwin OS hosted GNU Apple Darwin OS hosted GNU GCC.
+
edgEdison Design Group compiler - front-end (evaluation version)
Edison Design Group compiler front-end + (evaluation version)
gccGNU GCC on Unix and GNU GCC on Unix and Cygwin.
+
gcc-stlportGNU GCC on Unix and GNU GCC on Unix and Cygwin, using the STLport standard library - implementation
STLport standard library implementation
gcc-nocygwinGNU GCC Cygwin command line compiler tools running in "no-cygwin" - mode (produces commercially redistributable objects)
GNU GCC Cygwin command line compiler tools running in "no-cygwin" mode + (produces commercially redistributable objects)
intel-linuxIntel C++ for - Linux
Intel C++ for Linux
intel-win32Intel C++ for - Windows using the Dinkumware standard library in the Intel-required - Microsoft Visual C++ 6 - or 7 installation
Intel C++ for Windows + using the Dinkumware standard library in the Intel-required Microsoft Visual + C++ 6 or 7 installation
kccKAI - C++
KAI C++
kylixBorland C++ for Linux - (Kylix).
metrowerksMetrowerks CodeWarrior - command-line tools
Borland C++ for Linux (Kylix).
mingwGNU GCC and associated tools in MinGW configuration (produces commercially - redistributable objects)
GNU GCC and associated tools in MinGW configuration (produces commercially redistributable + objects)
mipsproSGI MIPSpro + SGI MIPSpro C and C++
+
msvcMicrosoft Visual - C++ version 6 command-line tools. NOTE; For version 7.x (the .NET - series) use the vc7 or vc7.1 toolsets below.
Microsoft Visual C++ + version 6 command-line tools. NOTE; For version 7.x (the .NET series) use + the vc7 or vc7.1 toolsets below.
msvc-stlportMicrosoft Visual - C++ version 6 command-line tools, using the STLport standard library implementation. - NOTE; For version 7.x (the .NET series) use the vc7-stlport or - vc7.1-stlport toolsets below.
Microsoft Visual C++ + version 6 command-line tools, using the STLport standard library implementation. NOTE; + For version 7.x (the .NET series) use the vc7-stlport or vc7.1-stlport toolsets + below.
sunproSunPRO C++ - compiler
SunPRO C++ compiler
tru64cxxCompaq C++ for - Tru64 UNIX (versions prior to 6.5)
Compaq C++ for Tru64 + UNIX (versions prior to 6.5)
tru64cxx65Compaq C++ - Version 6.5 for Tru64 UNIX
Compaq C++ Version + 6.5 for Tru64 UNIX
vacppIBM Visual Age - C++ command-line tools
IBM Visual Age C++ + command-line tools
vc7Microsoft Visual - C++ command-line tools from Visual Studio .NET.
Microsoft Visual C++ + command-line tools from Visual Studio .NET.
vc7-stlportMicrosoft Visual - C++ command-line tools from Visual Studio .NET + STLPort.
Microsoft Visual C++ + command-line tools from Visual Studio .NET + STLPort.
vc7.1Microsoft Visual - C++ command-line tools from Visual Studio .NET 2003.
Microsoft Visual C++ + command-line tools from Visual Studio .NET 2003.
vc7.1-stlportMicrosoft Visual - C++ command-line tools from Visual Studio .NET 2003 + STLPort.
+ Microsoft Visual C++ + command-line tools from Visual Studio .NET 2003 + STLPort. + +

Build and Install

@@ -695,19 +624,19 @@ -

There are additional options as supported by There are additional options as supported by Boost.Build and Boost.Jam. Of the additional - options perhaps the most imporant is "-sBUILD=<features/variants>" - which lets you override what is built by default. The - "<features/variants>" 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 "debug release - <runtime-link>static/dynamic <threading>single/multiple", - in which "debug" and "release" are variants, and the rest - features with two values each.

+ "../tools/build/jam_src/index.html">Boost.Jam. Of the additional options + perhaps the most imporant is "-sBUILD=<features/variants>" + which lets you override what is built by default. The "<features/variants>" + 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 "debug release + <runtime-link>static/dynamic <threading>single/multi", in which + "debug" and "release" are variants, and the rest features + with two values each.

If you have some feedback about the build and install process please drop us a line at the Boost.Build