Просмотр исходного кода

Instruction changes

[SVN r23775]
Misha Bergal 22 лет назад
Родитель
Сommit
23bc3ba477
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      tools/regression/xsl_reports/runner/instructions.rst

+ 5 - 6
tools/regression/xsl_reports/runner/instructions.rst

@@ -9,11 +9,13 @@ Requirements
 Installation
 Installation
 ------------
 ------------
 
 
-* Download and unpack boostrap from
+* Download and boostrap file from
   http://www.boost.org/status/bootstrap.py and put it in the directory
   http://www.boost.org/status/bootstrap.py and put it in the directory
   where you want all the regression test files to be placed.
   where you want all the regression test files to be placed.
 
 
-* Run bootstrap.py. 
+* Run bootstrap.py. This will download Download the most recent
+  tarball for the tag from http://www.boost-consulting.com and unpack it 
+  in the subdirectory boost
 
 
 * **Optional** If you already have bjam and process_jam_log you want
 * **Optional** If you already have bjam and process_jam_log you want
   to use just put them in the same directory with bootstrap.py file.
   to use just put them in the same directory with bootstrap.py file.
@@ -21,6 +23,7 @@ Installation
 The resulting directory will look like::  
 The resulting directory will look like::  
 
 
    boost_regression/
    boost_regression/
+      boost/
       bootstrap.py
       bootstrap.py
       bjam.exe
       bjam.exe
       
       
@@ -41,10 +44,6 @@ Running regression tests
 
 
 The regression run procedure will:
 The regression run procedure will:
 
 
-* Download the most recent tarball for the tag from http://www.boost-consulting.com
-
-* Unpack it 
-
 * Build bjam and process_jam_log if needed. (process_jam_log is a
 * Build bjam and process_jam_log if needed. (process_jam_log is a
   utility, which extracts the test results from log file produced by
   utility, which extracts the test results from log file produced by
   Boost.Build)
   Boost.Build)

粤ICP备19079148号