Changes between Version 2 and Version 3 of StartModMaint
- Timestamp:
- Dec 3, 2013, 2:47:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v2 v3 8 8 == Prerequisites == 9 9 10 * A recent version of 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. 11 12 * A (free) [http://www.github.com GitHub] account. [wiki:StartGitHub Read about Getting Started with GitHub.] 13 14 * Your favorite compiler and development environment installed and working smoothly. 15 10 * A recent release of the Git command line client installed. See [wiki:Git/GitHome Getting Started with Git]. 11 * A (free) [http://www.github.com GitHub] account. See [wiki:StartGitHub Getting Started with GitHub.] 12 * A compiler and development environment installed and working smoothly. 16 13 * Modular Boost installed as described in [wiki:TryModBoost Getting Started with Modular Boost]. Be sure to run the suggested libs/system/tests tests to be sure your installation and compiler are working together. 17 18 * b2 is in your path. That allows most of the command line examples given here to work on both Windows and POSIX-like systems. 14 * {{{b2}}} in your path. That allows most of the command line examples given here to work as shown on both Windows and POSIX-like systems. 19 15 20 16 == Verify Tests Working ==