Explorar el Código

Caveat about CVSWeb interface; updated description of toolset setup.

[SVN r21451]
Dave Abrahams hace 22 años
padre
commit
c8ef1d3df0
Se han modificado 1 ficheros con 16 adiciones y 8 borrados
  1. 16 8
      more/getting_started.html

+ 16 - 8
more/getting_started.html

@@ -177,9 +177,16 @@
 
   <h4>Boost CVS access via web <a name="Browser">Browser</a></h4>For access
   to the CVS archive from any modern web browser, you can also use the
-  <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">web
-  browser&nbsp; interface</a>.&nbsp; Try one of the color diffs to see how a
-  file has changed over time.
+  <a
+  href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">web
+  browser&nbsp; interface</a>.&nbsp; Try one of the color diffs to see
+  how a file has changed over time.  <b>Note:</b> this interface is only suitable
+  for viewing individual files and their revision histories.  If you
+  need an image of the whole CVS tree, <a
+  href="http://www.boost-consulting.com">Boost Consulting</a> provides
+  an hourly <a
+  href="http://www.boost-consulting.com/boost.tar.bz2">snapshot in
+  .tar.bz2 format</a>.
 
   <h2><a name="Preparation"></a>Preparation</h2>
 
@@ -216,11 +223,12 @@
   of two ways:</p>
 
   <ol>
-    <li>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
+    <li>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.<br>
     <br></li>

粤ICP备19079148号