Changes between Version 25 and Version 26 of TryModBoost


Ignore:
Timestamp:
Dec 15, 2013, 3:05:53 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TryModBoost

    v25 v26  
    44== Prerequisites ==
    55
    6  * A recent release of the Git command line client installed. See [wiki:Git/GitHome Getting Started with Git].
    76 * A C++ compiler installed.
     7 * A recent release of the Git command line client installed. See [wiki:Git/GitHome Getting Started with Git] for the minimum Git version requirement.
    88
    9 A GUI Git client such as [http://code.google.com/p/tortoisegit/ TortoiseGIT] may be useful for routine work, but is not required.
     9If you haven't done so already, set up your git configuration:
     10
     11{{{
     12git config --global user.name "My Name"
     13git config --global user.email my-email@whatever.domain
     14}}}
     15 
     16A Git GUI client such as [http://code.google.com/p/tortoisegit/ TortoiseGIT] may be useful for routine work, but is not required.
    1017
    1118== Choose a protocol for cloning ==