Changes between Version 19 and Version 20 of TryModBoost


Ignore:
Timestamp:
Dec 1, 2013, 2:54:26 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TryModBoost

    v19 v20  
    1717== Line endings ==
    1818
    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.
     19The 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:
    2020
    21 On OS X, Linux, and most other POSIX-like systems:
     21On OS X, Linux, and other POSIX-like systems:
    2222
    2323{{{
     
    3131}}}
    3232
    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].
     33That 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].
    3634
    3735== Installing Modular Boost ==
     
    4644}}}
    4745
    48 Or, from the command line on POSIX-like operating systems:
     46On POSIX-like operating systems:
    4947
    5048{{{
     
    5957== Experimenting ==
    6058
    61 If you want to build the separately compiled Boost libraries, run the usual {{{b2}}} command. For Windows, that would be:
     59If you want to build the separately compiled Boost libraries, run the usual {{{b2}}} command. For Windows:
    6260
    6361{{{
     
    6563}}}
    6664
    67 For POSIX-like systems, it is probably:
     65For POSIX-like systems:
    6866
    6967{{{