Index: more/getting_started.html =================================================================== RCS file: /cvsroot/boost/boost/more/getting_started.html,v retrieving revision 1.25 diff -u -p -b -B -r1.25 getting_started.html --- more/getting_started.html 6 May 2005 13:17:37 -0000 1.25 +++ more/getting_started.html 26 May 2005 13:36:59 -0000 @@ -387,13 +387,13 @@ 5 Invoke the build system, specifying the toolset(s) you - wish to use, to build and install. For example for GNU/GCC.
-

bjam "-sTOOLS=gcc" install

+ wish to use, to build and install. For example for VC++ 7.1:
+

bjam "-sTOOLS=vc-7_1" install

Or if you are interested only in the built libraries you can have them built and collected to a common directory without installation.

-

bjam "-sTOOLS=gcc" stage

+

bjam "-sTOOLS=vc-7_1" stage