From acb4076bd1939aed4928eaa4bf10a1bc6b76dbe9 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 3 Jan 2004 02:43:13 +0000 Subject: [PATCH] Caveat about CVSWeb interface; updated description of toolset setup. [SVN r21451] --- getting_started.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/getting_started.html b/getting_started.html index 992596f..c0c5eb8 100644 --- a/getting_started.html +++ b/getting_started.html @@ -177,9 +177,16 @@

Boost CVS access via web Browser

For access to the CVS archive from any modern web browser, you can also use the - web - browser  interface.  Try one of the color diffs to see how a - file has changed over time. + web + browser  interface.  Try one of the color diffs to see + how a file has changed over time. Note: this interface is only suitable + for viewing individual files and their revision histories. If you + need an image of the whole CVS tree, Boost Consulting provides + an hourly snapshot in + .tar.bz2 format.

Preparation

@@ -216,11 +223,12 @@ of two ways:

    -
  1. The user sets up all of the environment for each toolset he wants to - use in the normal way. For example, for Microsoft VC++, ...vc98/bin is in - the path, vcvars32.bat or equivalent has been invoked, etc. For - Metrowerks CodeWarrior, cwenv.bat or equivalent has been called and - ...Other Metrowerks Tools/Command Line Tools is in the path. Many Unix +
  2. The user sets up all of the environment for each toolset he + wants to use in the normal way. For example, for Microsoft VC++, + ...VC98/Bin or .../VC7/Bin is in the PATH environment variable, + VCVARS32.BAT or VSVARS32.BAT has been invoked, etc. For Metrowerks + CodeWarrior, cwenv.bat or equivalent has been called and ...Other + Metrowerks Tools/Command Line Tools is in the path. Many Unix operating systems come preconfigured this way and require no user intervention.