commit | 753d3d695406affabf6310fc4a98d13acddb11ae | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Sat Dec 28 04:24:35 2013 |
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | Sat Dec 28 04:24:35 2013 |
tree | 22caf4489c257f21be3c3476d3a45a0cd4cd19ff | |
parent | 36ea2bf753384c29b6ae0c3537512127dab31b51 [diff] |
Git for Windows 1.8.5.2-preview20131230
This is the build environment -- also known as msysGit -- for Git for Windows.
The easiest way is to install it via the net installer. This installer will clone our two repositories, including all the necessary components to build Git for Windows, and perform an initial build.
msysGit brings a few components that are required to build Git:
cd /git && git ls-files \*.sh
for a full list).cd /git && git ls-files \*.perl
), most notably git svn
.gitk
and git gui
.Git for Windows is the software package that installs a minimal environment to run Git on Windows. It comes with a Bash (a Unix-type shell), with a Perl interpreter and with the Git executable and its dependencies.
On the other hand, msysGit is the software package installing the build environment that can build Git for Windows. The easiest way is to install it via the net installer.
The MinGW project's goal is to provide a way to compile native Windows binaries with no POSIX layer using the GNU C Compiler.
However, at least the Bash needs a POSIX layer (most notably due to the absence of the fork()
call on Windows). Therefore, MSys (the minimal system) is thrown in, offering the minimal system necessary to offer Bash (and Perl) functionality on Windows.
Consequently, MSys ships with a POSIX layer (based on an old version of Cygwin) that is only used by the Bash and Perl, but not by anything compiled within that environment.
For more information and documentation, please have a look and enhance our Wiki.
For code contributions and discussions, please see our mailing list.