Changes between Version 86 and Version 87 of BuildingOnWindows


Ignore:
Timestamp:
04/13/11 11:03:55 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v86 v87  
    3535Git support is needed if you want to conveniently build the latest development code. You don't need Git support if you fetch the sources from another computer and copy them over, or use source code from release tar.gz or zip files.
    3636
    37 == Git for Windows ==
    38 
    39 [http://code.google.com/p/msysgit/ Git for Windows] or ''msysgit'' is required to work with Git repositories on Windows.
    40 
    4137== !GitExtensions ==
    4238
    43 [http://code.google.com/p/gitextensions/ GitExtensions] makes working with Git easier on Windows. It includes Visual Studio 2008 plugin, Windows explorer support and a GUI to configure and use Git repositories. It also includes ''Git Bash'', which allows running Git (and other GNU tools) from Bash command-line.
    44 
    45 == KDiff3 ==
    46 
    47 [http://kdiff3.sourceforge.net/ KDiff3] is used in handling merge conflicts. It's required by ''!GitExtensions''.
     39[http://code.google.com/p/gitextensions/ GitExtensions] is a GUI designed to make working with Git easier on Windows. Not only that, but it bundles together many Git components:
     40
     41 * [http://code.google.com/p/msysgit Git for Windows] (msysgit). This component includes ''Git Bash'' which allows running Git (and other GNU tools) from a Bash command-line.
     42 * [http://kdiff3.sourceforge.net Kdiff3]
     43 * Visual Studio 2008 plugin
     44 * Windows explorer integration
    4845
    4946== Git Source Control Provider (optional) ==