Changes between Version 14 and Version 15 of StartModDev


Ignore:
Timestamp:
Dec 11, 2012, 4:50:29 PM (10 years ago)
Author:
Beman Dawes
Comment:

Suggest log file for help messages, other minor fixes

Legend:

Unmodified
Added
Removed
Modified
  • StartModDev

    v14 v15  
    9898}}}
    9999 
    100  * Run the test by invoking {{{b2}}} with no arguments. The output should look something like this:
     100 * Run the test by invoking {{{b2 >b2.log}}}. The {{{b2.log}}} file should look something like this, modulo obvious differences for POSIX-like systems:
    101101{{{
    102102...found 26 targets...
     
    116116**passed** ..\..\..\bin.v2\libs\simple\test\twice_test.test\msvc-10.0express\debug\threading-multi\twice_test.test
    117117...updated 11 targets...
    118 }}}
     118}}}
     119
     120The log file will come in handy if you run into problems and request help. Attaching a log avoids email end-of-line mutilation and overlong message bodies.
    119121
    120122== Committing and pushing ==
     
    122124OK, the basic structure and files of the library are present, so it is time to commit the changes to the local repo.
    123125
    124   || Hint: (((git help command-name}}} will launch a browser window with documentation for command-name. ||
     126  || Hint: {{{git help command-name}}} will launch a browser window with documentation for command-name. ||
    125127
    126128Execute these commands in boost-root/libs/simple (shown with typical output):