MinGW/MSYS/GNU/GTK/GNOME各种包的下载位置
MinGW/MSYS
?
MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications.
MinGW provides a complete Open Source programming tool set which is suitable for the development of native MS-Windows applications, and which do not depend on any 3rd-party C-Runtime DLLs.
MSYS, a contraction of "Minimal SYStem", is a Bourne Shell command line interpreter system. Offered as an alternative to Microsoft's cmd.exe, this provides a general purpose command line environment, which is particularly suited to use with MinGW, for porting of many Open Source applications to the MS-Windows platform.
?
官方网站
http://mingw.org/
下载网站
http://sourceforge.net/projects/mingw/files/
?
?
GNUThe name “GNU” is a recursive acronym for “GNU's Not Unix!”
The GNU Project was launched in 1984 to develop a complete Unix-like operating system which is free software—software which respects your freedom.
Unix-like operating systems are built from a collection of applications, libraries, and developer tools—plus a program to allocate resources and talk to the hardware, known as a kernel.
The Hurd, GNU's kernel, is actively developed, but is still some way from being ready for daily use, so GNU is often used with a kernel called Linux.
The combination of GNU and Linux is the GNU/Linux operating system, now used by millions and sometimes incorrectly called simply “Linux”.
?
官方网站
http://www.gnu.org/
GNU包含的包的介绍
http://www.gnu.org/software/
下载网站
http://ftp.gnu.org/gnu/
?
?
GnuWinGnuWin provides ports of tools with a GNU or similar open source license, to modern MS-Windows (Microsoft Windows 2000 / XP / 2003 / Vista / 2008 / 7)
?
官方网站
http://gnuwin32.sourceforge.net/packages.html
下载网站
http://sourceforge.net/projects/gnuwin32/files/
?
?
GTK+GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API.
?
官方网站
http://www.gtk.org/
下载网址
http://www.gtk.org/download.html
下载网址(Windows平台)
http://www.gtk.org/download-windows.html
各种包的下载网址
http://ftp.gnome.org/pub/gnome/binaries/win32/
各种依赖包的下载网址
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/
?
?
GNOMEThe GNOME project provides two things: The GNOME desktop environment, an intuitive and attractive desktop for users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop.
?
官方网站
http://www.gnome.org/
下载网址(与GTK+共用)
http://ftp.gnome.org/pub/gnome/
?
?
具体各个包的位置glib for win32
http://ftp.gnome.org/pub/gnome/binaries/win32/glib/
msinttypes
This project fills the absence of stdint.h and inttypes.h in Microsoft Visual Studio.
http://code.google.com/p/msinttypes/
?
1 楼 laiyangdeli 2011-02-15 大家在阅读有关Linux的文章时,往往会看到在Linux名称前面有一个前缀“GNU”,类似“GNU/Linux”。可别小看了这个前缀,如果没有它,或许就没有今天的Linux。