Changes between Version 19 and Version 20 of TryModBoost
- Timestamp:
- Dec 1, 2013, 2:54:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TryModBoost
v19 v20 17 17 == Line endings == 18 18 19 The Boost super-project and libraries ensure correct handling of line endings regardless of platform by supplying a {{{.gitattributes}}} file. However, you may also want to set {{{git config}}} options for managing line endings .19 The Boost super-project and libraries ensure correct handling of line endings regardless of platform by supplying a {{{.gitattributes}}} file. However, you may also want to set {{{git config}}} options for managing line endings: 20 20 21 On OS X, Linux, and mostother POSIX-like systems:21 On OS X, Linux, and other POSIX-like systems: 22 22 23 23 {{{ … … 31 31 }}} 32 32 33 That sets the {{{core.autocrlf}}} option globally, so only needs to be done once. 34 35 For more on line endings, see [https://help.github.com/articles/dealing-with-line-endings GitHub Dealing with line endings]. 33 That sets the {{{core.autocrlf}}} option globally, so only needs to be done once. For more on line endings, see [https://help.github.com/articles/dealing-with-line-endings GitHub Dealing with line endings]. 36 34 37 35 == Installing Modular Boost == … … 46 44 }}} 47 45 48 O r, from the command line on POSIX-like operating systems:46 On POSIX-like operating systems: 49 47 50 48 {{{ … … 59 57 == Experimenting == 60 58 61 If you want to build the separately compiled Boost libraries, run the usual {{{b2}}} command. For Windows , that would be:59 If you want to build the separately compiled Boost libraries, run the usual {{{b2}}} command. For Windows: 62 60 63 61 {{{ … … 65 63 }}} 66 64 67 For POSIX-like systems , it is probably:65 For POSIX-like systems: 68 66 69 67 {{{