Changes between Version 25 and Version 26 of TryModBoost
- Timestamp:
- Dec 15, 2013, 3:05:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TryModBoost
v25 v26 4 4 == Prerequisites == 5 5 6 * A recent release of the Git command line client installed. See [wiki:Git/GitHome Getting Started with Git].7 6 * 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. 8 8 9 A GUI Git client such as [http://code.google.com/p/tortoisegit/ TortoiseGIT] may be useful for routine work, but is not required. 9 If you haven't done so already, set up your git configuration: 10 11 {{{ 12 git config --global user.name "My Name" 13 git config --global user.email my-email@whatever.domain 14 }}} 15 16 A Git GUI client such as [http://code.google.com/p/tortoisegit/ TortoiseGIT] may be useful for routine work, but is not required. 10 17 11 18 == Choose a protocol for cloning ==