Useful Links Related to MINGW
Rather than wait for someone to migrate the community links from the old wiki. I'm starting from scratch and hoping any useful links that still work on the old wiki will eventually be added by the community.
As with the previous wiki page, please add links you think would be useful to the MinGW community. If you find errors or out-of-date links, please help fix them.
Libraries
- Reference on STL [3] This is a different version of STL than used by MinGW but the basics are the same.
- Gnuwin32 libraries [4] Many of the GNU libraries and programs patched and recompiled for MinGW.
- Devpaks repository [5] Libraries for the Dev-C++ compiler which uses MinGW. Could also be used without Dev-C++. Files should be standard tar.bz2 files renamed with .devpak extension.
- OpenSuse Windows Packages [6] Windows packages cross-compiled using MinGW on OpenSuse and the OpenSuse Build System (OBS).
- ezwinports [7] Ports of Unix and GNU software to MS-Windows.
- relocatable libintl [8] Relocatable libintl for MinGW.
- freeglut [9] Open Source alternative to the OpenGL Utility Toolkit (GLUT) library. Builds with MinGW (./configure --with-x=no).
Cross-platform GUI Libraries
- Fast Light ToolKit [10] (fltk)
- Fox Toolkit [11]
- QT [12] Click Go LGPL button or LGPL tab if you don't reach the LGPL tab directly.
- WXWidgets [13]
- Simple Directmedia Layer [14] (SDL)
- Simple and Fast Multimedia Library [15] (SFML)
- Public Domain Curses [16] (PDCurses) Console based GUI also alternatively works on top of SDL library. A version is also available in the MinGW repository at Sourceforge.
- PDCurses for "real" Windows [17] A PDCurses fork for Win32 (not console mode).
- Ultimate++ [18] C++ cross-platform framework.
- POCO [19] General purpose library providing network, parsing, threading, security, database and other functionality.
- OWLNext [20] Object Windows Library Next, C++ application framework with easy migration path for Borland OWL applications.
- AntTweakBar [21] GUI library for OpenGL and DirectX applications.
- Agar [22] Cross-platform toolkit for graphical applications.
- V GUI [23] V GUI library and IDE (VIDE).
- Windows++ [24] Source code from book on how to create your own Windows framework library.
Notes on gtk+: GTK+ is moving from version 2 to version 3. I found support for Windows development for gtk+ 3 not only lacking, but antagonistic to the Windows developer community. I also found them unwilling to correct issues that kept their libraries from compiling out of the box on Windows systems. While Tor Lillqvist has been great about supporting the Windows community with his Gtk+ 2 builds in the past, I believe things are changing with Gtk+ support. I highly recommend looking into other GUI libraries before considering development with Gtk+. I'm keeping these links for gtk+ here and up-to-date purely for reference purposes only.
- Gtk+ 2 for Win32 [25]
- Gtk+ 3 for Win32 [26]
Libraries Offering Some POSIX Functionality
- libdl [27] POSIX wrapper for dynamic link library functions.
- mman-win32 [28] A light implementation of the mmap functions for MinGW. (Browse the Source for the relevant files.)
- pthreads [29] POSIX thread library for Win32.
- Simplified Pthread Emulation with Macros [30] Minimal pthread emulation.
- UNIXem [31] UNIXem: UNIX Emulation Library for Win32.
- pw32 [32] POSIX over Win32 library.
Database Libraries
- Hypertable [33] Large scale (non-SQL) database for web and other use.
- XBase [34] dBase/Clipper/FoxPro compatible C++ database library.
- ODBC can be used with MinGW and for cross-platform applications, here are some ODBC resources for non-Windows platforms.
Internationalization Libraries
- International Components for Unicode [37] Unicode library.
Multimedia Libraries
- ffmpeg [38] Information on building ffmpeg and libraries it uses. Also, tips on using ffmpeg in your on projects.
- mplayer [39] Tips on building mplayer and libraries it needs using MinGW.
- ptex [40] Disney's 3D modeling library (used in some of their movies) released under BSD license.
- Open Source Flash Projects and libraries [41] Projects ming, xml2swf, libswf build on mingw (though some need a few patches listed at Sourceforge under Forums (see Discussions sections)). Other projects may build as well.
- Dirac/Schrodinger codecs [42] Open and royalty free video compression and decompression software created by BBC research (part of the British Broadcasting Corp). Dirac is in C++ and Shrodinger (which aims for high performance) is in C.
- Ogg Theora [43] Open Source video compression.
- VP8 codec SDK [44] Google's Open Source answer to the proprietary video compression/decompression issue. Expect to see it integrated with Flash and HTML5 video standards.
- Using freeglut with mingw [45] Setup information and examples using freeglut.
Internet and Web Libraries
- Wt [46] (pronounced as witty) is a C++ library for developing interactive web applications. Lets you program in C/C++ server side instead of using alternative languages like Ruby or Perl.
- Netcat [47] is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
XML Libraries
- Xerces-C++ [48] XML parser from apache.org
- TinyXML [49] Small C++ XML parser. Check the MinGW csv files for latest source. TinyXML is used by mingw-get
General Libraries
- POCO [19] General purpose library providing network, parsing, threading, security, database and other functionality.
- SFL [50] (Standard Function Library) is a portable function library for C/C++ programs. Provides a wide variety of functionality from string manipulation and searching to directory access to compression to socket and Internet programming and more.
- Boost [51] Peer-reviewed portable C++ source libraries.
- APR [52] Apache portable runtime project creates and maintains software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
Misc Libraries
- Wine on MinGW [53] Some information on an attempt to get Wine and some of the X11 libraries working with MinGW and msys.
- LM BLD [54] is a project to automate building of cross-platform and portable (as in portable apps) Open Source software. Some of the Open Source that has been built by the project for Windows include various X libraries including libX11 and xorg-xserver's XWin server. These have been built using X.Org code and MIT licensed patches, so no GNU licensed emulation layers are required.
- V8 [55] Google's Open Source JavaScript engine in C++.
- SpiderMonkey [56] Building SpiderMonkey on MinGW. Mozilla's JavaScript C engine.
Utilities
- C++ Snippets [57] There are also C Snippets. (The original site is down, but still accessible via archive.org.)
- C Snippets [58] Hosts some of the code from C Snippets plus some other C related snippets.
- DrMingw [59] Just in time debugging tool. Helps find where an error is in the source code when a program crashes. Check this wiki for more information on using it and for information on creating map files to use with it. There's also information on it in the Another MinGW FAQ reference listed below.
- Pexports [60] MinGW distribution's version of pexports. The pexports program can be useful when trying to link to dlls that were created by other compilers.
- MinGW packages repository [61] There's a copy of pexports under altbinutils-pe. The pexports program can be useful when trying to link to dlls that were created by other compilers.
- Console 2 [62] Command prompt replacement. May be used with cmd.exe or rxvt or other shells.
- Plan 9 Utilities [63] Ports for MinGW of utilities and libraries from Plan 9. Plan 9 includes an optimized mk program that can serve a similar purpose to GNU make when building programs plus other useful programs.
- diffh [64] Easy to read file difference tool. Works in conjunction with diff (available with msys). Outputs differences between two files side by side in HTML. Handles files with long lines very well.
- lesspipe [65] Enhancement for less in the msys environment. Lets you view all kinds of files not just text.
- Searchmonkey [66] Search tool with regular expression support similar to grep but providing a GUI interface. To build the most stable GTK version, use 0.8.1 [67] source code available from the Downloads section under Compile from source. Newer QT version now available.
- teajs [68] Cross platform server side and batch processing Javascript implementation with BSD license. Provides an alternative to Bash or DOS batch scripts.
Quick User Interface Utilities
- Gui It ! [69] WxWidgets based front ends using simple XML configuration files.
- Dialog [70] How To for building Dialog on OpenWatcom. It builds on MinGW with msys just as well. However, a few of the lines in the OpenWatcom patches for handling directory structures differently aren't needed. Dialog provides console GUI interaction for batch and shell scripts.
- yad [71] Yet another dialog, this is a fork of zenity with many added features. Uses GTK+ 2 to offer Windows look and feel for user interface objects and offers cross-platform use. Support for MinGW has been added to the source code.
- zenity [72] This provides a simple GUI interface for batch and shell scripts. It's been ported from POSIX systems to work with MinGW, msys and GTK+ 2. Similar to Dialog, but possibly less functions.
- gxmessage [73] Builds with MinGW and msys if GTK libraries are installed. Similar to Dialog but slightly different functionality.
- Xdialog [74] Builds with MinGW and msys if GTK libraries are installed. Dialog port using GTK instead of pdcurses. Use following configure options: ./configure --with-gtk2 --with-scanf-calls.
- gtkdialog [75] Has much more functionality than Dialog or Zenity. Compiles and builds fine with MinGW and msys. However, when run to produce a dialog through a script, it hangs, presumably due to threading issues on Windows. Tried adding -mwindows -mthreads to CFLAGS and -lpthread to the libraries, but worked the same. If someone comes up with a good work-around, this is a great tool for scripting and a nice way to provide a GUI for command line C/C++ programs.
- LM BLD ui patches [76] Patches to cross-platform portable browsers so that they can be used as user interfaces. Offers the ability to create user intefaces with basic HTML and CSS. Can work with UTF-8 files to support internationalization.
Unix Style Utilities
- Busybox-W32 [77] Port of Busybox (common Unix style utilities) for Windows.
- Unix Utilities [78] Ports of common Unix utilities.
- X server [79] Port of X Windows server for Windows.
- bash [80] Bash shell for Windows
- KpyM Telnet/SSH Server ( KTS ) [81] Open Source ssh and telnet server for Windows. Source is available when you install. Older version of source is also available at http://sourceforge.net/projects/kpym/ [82]
- http://heirloom.sourceforge.net/ [83] Traditional implementations of Unix utilities. May require porting to Windows, but could make a good base or reference for source code for some of these utilities.
Build Utilities
Several utilities related to building, installing and version control are available.
Build Utilities - Install
- spkg [84] Spkg is a package manager based on Slackware pkgtools. It's written in C so it's faster than the pkgtools scripts. It works on Windows or Linux providing a cross-platform solution to package management. Lets you keep track of, install and uninstall libraries and programs on your system. Also keeps track of versions of libraries installed and what files are installed so they can be easily uninstalled or updated with spkg. Works with standard tarball files (created with tar and gzip or bzip or lzma). You can set ROOT environment variable to point to your top level msys directory. Note: If you're using this with msys make sure your packages (tarballs) don't use any virtual directories under msys (such as /usr/bin) or edit your /etc/fstab file so that the actual physical directories can be seen and used within msys.
- depot_tools [85] Used to manage source code such as Google's Chromium. One of the tools, gclient [86], manages dependencies checked out from different repositories. You can use depot_tools to download and install mingw and msys. See http://www.webmproject.org/code/build-prerequisites/ [87] section on Using MSYS for more information.
- Wix [88] A set of open source tools that compiles XML into Windows Installer based installers (.MSI), patch files (.MSP), transform files (.MST), and merge modules (.MSM).
Build Utilities - Version Control
- msysgit [89] Git source code management for Windows.
- monotone [90] Version control system with notes on installing and building with MinGW.
Build Utilities - Building
- cmake [91] Cross-platform Open Source build system. Can output makefiles compatible with gnu make and MinGW.
- premake [92] Generates cross-pltaform project and makefiles.
- sln2mak [93] Can convert some Visual C++ project files to GNU makefiles.
- scons [94] Software construction tool using Python.
- bsdbuild [95] Portable build system derived from BSD share/mk files. Works with Bourne shell (or shell supplied with msys) and make. Can interface with other build systems as well.
- smake [96] Schily makefile tool used by cdrecord project as a portable make utility.
- jam [97] Programming building utility that can replace make. C Source for jam [98] is available and will work on MinGW with some patching.
Build Utilities - FreeDesktop.org Standards Related
- pkg-config-lite [99] pkg-config without the circular glib dependency.
- pkgconf [100] compiler and linker configuration for development frameworks. Offers similar functionality to pkg-config, but completely written to be more efficient.
Build Utilities - Miscellaneous
- jlibtool [101] libtool replacement. Written in C, so it can help builds run faster than they would with libtool.
Build Utilities - How To Build with MinGW and Msys
- Evolution [102] How to build Evolution.
- autohotkey [103] Compiling autohotkey with gcc (MinGW).
- Tuxpaint [104] How to build Tuxpaint and several helper libraries with MinGW and msys. Includes patches and instructions for some common libraries.
- Spidermonkey 1.8.5 MinGW [105] How to build Spidermonkey 1.8.5 [106] with MinGW. Build descriptions for other useful software also available at the site.
- Perl patch [107] Patch to build Perl using the Microperl build method (make -f Makefile.micro).
Programming Editors
- SciTE [108] Everyone has their favorite programming editor and this one's mine. It's highly configurable and functionality can be extended using LUA scripts. Here's a page with some configuration tips that might help get you started: SciTE Tips [109]
- VIM [110] VI has been around for ages. VIM is VI improved. With new features such as tabs, this looks like it might be every bit as configurable as SciTE if not more configurable (but takes much longer to configure than SciTE). Gvim is the GUI version of VIM. There's also an older version CREAM at Sourceforge with a more Windows friendly user interface for Gvim. If you run across any good tips on configuring Vim or Gvim with MinGW, please post the links.
Tutorials
- Windows Sockets [111]
- Windows Socket Programming Tutorial [112] Copy of no longer active site at archive.org
- Programming Language Examples Alike Cookbook [113] This looks like it could become a nice reference for C++ programmers and a good way to compare languages and find tips for converting between them. However, the C++ information is currently rather sparse. Maybe some MinGW C++ programmers can volunteer to help out this project.
Other Compilers
Tools from other Windows compilers can often be very useful with MinGW too.
- Open Watcom [114] Check out their interactive debugger and icon editor. Also check out their C/C++ and Win32 documentation.
- lcc-win32 [115] I haven't confirmed this, but it's rumored to have a graphical resource editor. This is a C only compiler (not C++), but resources are resources. Also, check out the C and Win32 documentation.
Cross-compilers
- MinGW cross compiling environment [116] The project builds a MinGW cross compiler and cross compiles many free libraries such as GD, SDL and Qt in static form. Runs on Linux systems.
Miscellaneous
- HX Dos Extender [117] The web site says its compatible with MinGW. The extender gives a way to run simple Win32 GUI apps in DOS.
- KernelEx [118] This is an Open Source project that creates a compatibility layer for Windows 98 and Windows ME machines that allows them to run programs specifically aimed only at later versions of Windows such as Windows 2000 or Windows XP.
More Information
- Another MinGW FAQ [119] The original MinGW FAQ revised and updated. Lists information the author of the FAQ found useful when working with MinGW.