Changes between Version 14 and Version 15 of StartModDev
- Timestamp:
- Dec 11, 2012, 4:50:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModDev
v14 v15 98 98 }}} 99 99 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: 101 101 {{{ 102 102 ...found 26 targets... … … 116 116 **passed** ..\..\..\bin.v2\libs\simple\test\twice_test.test\msvc-10.0express\debug\threading-multi\twice_test.test 117 117 ...updated 11 targets... 118 }}} 118 }}} 119 120 The 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. 119 121 120 122 == Committing and pushing == … … 122 124 OK, the basic structure and files of the library are present, so it is time to commit the changes to the local repo. 123 125 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. || 125 127 126 128 Execute these commands in boost-root/libs/simple (shown with typical output):