Changes between Version 13 and Version 14 of StartModDev
- Timestamp:
- Dec 11, 2012, 4:26:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModDev
v13 v14 13 13 * An understanding of Boost culture and the Developer's mailing list. [http://www.boost.org/community/ Read more.] 14 14 * An understanding of [http://www.boost.org/development/requirements.html Boost Library Requirements and Guidelines]. 15 * The Git version control system. [wiki: StartGitRead about Getting Started with Git.] If you are new to Git, install it and experiment a bit before coming back here.16 * A (free) [http://www.github.com GitHub] account. [wiki:StartGitHub Read about Getting Started with GitHub.] If you are new to !GitHub, be sure to do the [wiki:StartGitHub exercise] before coming back here.15 * The Git version control system. [wiki:Git/GitHome Read about Getting Started with Git.] If you are new to Git, install it and experiment a bit before coming back here. 16 * A (free) [http://www.github.com GitHub] account. [wiki:StartGitHub Read about Getting Started with GitHub.] 17 17 * Your favorite compiler and development environment. 18 18 * A recent version of Boost installed. See [http://www.boost.org/more/getting_started/index.html Boost Getting Started]. (Either modular or pre-modular Boost will work.) … … 41 41 index.html 42 42 }}} 43 44 A real library would also have additional sub-directories such as {{{doc}}}, {{{example}}}, and {{{src}}}, as described in the [http://www.boost.org/development/requirements.html#Directory_structure directory conventions], but they are left out of {{{simple}}} for the sake of brevity. 43 45 44 46 == Creating the {{{simple}}} library == … … 160 162 Your output, of course, will show your !GitHub account name rather than mine. 161 163 162 163 164