
Jonathan Wakely <cow@compsoc.man.ac.uk> writes:
Attached patch implements the idea I proposed below, in case it's wanted.
Now that I look at it, I guess its effectiveness will be vastly reduced if we don't implement naming consistency for vc6 and 7, right?
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 @@ <tr vAlign="top" align="left"> <td vAlign="top" align="center" width="40" bgColor="#ffff66"><font size="6"><b><a id="step5" name="step5"></a>5</b></font></td> <td>Invoke the build system, specifying the <A href="#Tools">toolset</A>(s) you - wish to use, to build and install. For example for GNU/GCC. <blockquote> - <p><code>bjam "-sTOOLS=gcc" install</code></p> + wish to use, to build and install. For example for VC++ 7.1: <blockquote> + <p><code>bjam "-sTOOLS=vc-7_1" install</code></p> </blockquote> <p>Or if you are interested only in the built libraries you can have them built and collected to a common directory without installation.</p> <blockquote> - <p><code>bjam "-sTOOLS=gcc" stage</code></p> + <p><code>bjam "-sTOOLS=vc-7_1" stage</code></p> </blockquote> </td> </tr> _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Dave Abrahams Boost Consulting www.boost-consulting.com