Changes between Version 2 and Version 3 of StartModMaint


Ignore:
Timestamp:
Dec 3, 2013, 2:47:29 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v2 v3  
    88== Prerequisites ==
    99
    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.
    1613 * 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.
    1915
    2016== Verify Tests Working ==