26 | | * On Windows, you can get git by installing Cygwin (from the link above). Cygwin is a distribution for several different tools, so during the installation, Cygwin will ask you to select the packages you want to install. Make sure you install at least the git package, and possibly also git-gui, a graphical user interface for git. The git package may not be installed by default. |
| 26 | * On Windows, you can get git by installing Cygwin (from the link above). Cygwin is a distribution for several different tools, so during the installation, Cygwin will ask you to select the packages you want to install. Make sure you install at least the git package, and possibly also git-gui, a graphical user interface for git. The git package may not be installed by default. If you want to use a regular command prompt or the Qt command prompt on Windows, you need to add the bin directory of the Cygwin installation to your PATH environment variable. The default location is C:\cygwin\bin. Alternatively, you can use the Cygwin Bash Shell from the Windows Start menu (in this case you need to have the qt binary directory in the PATH that the Cygwin Bash Shell is using). |