msysgit/msysgit
Fork: 593 Star: 1869 (更新于 2024-11-16 19:01:11)
license: 暂无
Language: C .
msysGit has been superseded by Git for Windows 2.x
最后发布版本: Git-1.9.5-preview20150319 ( 2015-03-20 06:50:21)
Please note!
Git for Windows 1.x was retired on August 18th, 2015, superseded by Git for Windows 2.x. The development environment of Git for Windows 2.x is no longer maintained in a monolithic Git repository but rather as the Git SDK, a friendly fork of MSys2 pre-configured to ease the development of Git for Windows.
Build environment for Git for Windows 1.x
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.
The build environment
msysGit brings a few components that are required to build Git:
- Bash, a Unix-type command-line shell. Quite a few components of Git itself are still shell scripts. Therefore, Bash is required to execute Git commands (see the output of
cd /git && git ls-files \*.sh
for a full list). - the GNU C Compiler. Since we try to rely only on free software (apart from the Operating System, of course), we think it makes more sense to rely on GCC than on Visual Studio express. Also, it makes the maintenance burden lighter, as upstream Git also targets mainly GCC.
- GNU Make.
- Perl. Still required for a couple of Git components (see the output of
cd /git && git ls-files \*.perl
), most notablygit svn
. - Tcl/Tk, a scripting language making it easy to implement cross-platform graphical user interfaces. We need this for
gitk
andgit gui
. - cURL, a library implementing HTTP and FTP transport.
- many more libraries.
- some Unix programs required by the shell scripts in Git.
The relationship between msysGit and Git for Windows
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 difference between MSys and MinGW
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.
Further information
For more information and documentation, please have a look and enhance our Wiki.
For code contributions and discussions, please see our mailing list.
最近版本更新:(数据更新于 2024-10-18 06:36:40)
2015-03-20 06:50:21 Git-1.9.5-preview20150319
2014-12-19 05:03:54 Git-1.9.5-preview20141217
2014-09-30 06:34:51 Git-1.9.4-preview20140929
2014-08-16 00:57:30 Git-1.9.4-preview20140815
2014-06-12 22:23:30 Git-1.9.4-preview20140611
2014-04-12 05:36:48 Git-1.9.2-preview20140411
2014-02-19 04:26:33 Git-1.9.0-preview20140217
2013-12-31 22:04:28 Git-1.8.5.2-preview20131230
2013-12-09 23:47:19 Git-1.7.7-preview20111014
2013-12-09 20:38:53 Git-1.7.7.1-preview20111027
msysgit/msysgit同语言 C最近更新仓库
2024-11-21 10:58:30 EdgeTX/edgetx
2024-11-15 10:03:16 hanwckf/bl-mt798x
2024-11-09 07:41:43 XITRIX/Moonlight-Switch
2024-11-04 17:16:21 redis/redis
2024-10-31 09:06:25 Spooks4576/Ghost_ESP
2024-10-31 03:40:05 tursodatabase/libsql