From Fedora Project Wiki

Line 47: Line 47:
== Howtos and tutorials ==
== Howtos and tutorials ==


* [[MinGW/Tips|Tips and tricks for using the cross-compiler]]
* [http://camltastic.blogspot.com/2008/10/mingw-compile-software-for-windows.html Example/tutorial showing how virt-viewer application was ported]
* [http://camltastic.blogspot.com/2008/10/mingw-compile-software-for-windows.html Example/tutorial showing how virt-viewer application was ported]
* [https://fedoraproject.org/wiki/Using_the_Windows_cross-compiler_Classroom_(20090308) Fedora classroom talk on the project with some examples]
* [https://fedoraproject.org/wiki/Using_the_Windows_cross-compiler_Classroom_(20090308) Fedora classroom talk on the project with some examples]

Revision as of 18:05, 13 April 2009

MinGW Special Interest Group

Mission

The Fedora MinGW project's mission is to provide an excellent development environment for Fedora users who wish to cross-compile their programs to run on Windows, minimizing the need to use Windows at all. In the past developers have had to port and compile all of the libraries and tools they have needed, and this huge effort has happened independently many times over. We aim to eliminate duplication of work for application developers by providing a range of libraries and development tools which have already been ported to the cross-compiler environment. This means that developers will not need to recompile the application stack themselves, but can concentrate just on the changes needed to their own application.

Communication

People

Test repositories

These temporary yum repositories are provided for you to test the packages until they are added to Fedora and EPEL:

Packaging

Howtos and tutorials

External links