MinGW

Last Updated on: 26th December 2023, 12:07 pm

Web site: mingw.osdn.io
Category: Others
Platform: Windows, UNIX-like
License: Public domain, GNU GPL
Interface: CLI
Wikipedia: MinGW
First release: July 1, 1998

MinGW (Minimalist GNU for Windows) – 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. (It does depend on a number of DLLs provided by Microsoft themselves, as components of the operating system; most notable among these is MSVCRT.DLL, the Microsoft C runtime library. Additionally, threaded applications must ship with a freely distributable thread support DLL, provided as part of MinGW itself).

MinGW compilers provide access to the functionality of the Microsoft C runtime and some language‑specific runtimes. MinGW, being Minimalist, does not, and never will, attempt to provide a full POSIX runtime environment for POSIX application deployment on MS‑Windows. If you want POSIX application deployment on this platform, please consider Cygwin instead.

Primarily intended for use by developers working on the native MS‑Windows platform, but also available for cross‑hosted use, (see note below), MinGW includes:
– A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers;
– GNU Binutils for Windows (assembler, linker, archive manager)
– A command‑line installer, with optional GUI front‑end, (mingw‑get) for MinGW and MSYS deployment on MS‑Windows
– A GUI first‑time setup tool (mingw‑get‑setup), to get you up and running with mingw‑get.

Click to rate this post!
[Total: 0 Average: 0]

Leave a Comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.