From Fedora Project Wiki

No edit summary
Line 34: Line 34:
* [[Packaging/MinGW|Approved packaging guidelines]] for this SIG.
* [[Packaging/MinGW|Approved packaging guidelines]] for this SIG.
* [https://bugzilla.redhat.com/buglist.cgi?field0-0-0=component&type0-0-1=substring&field0-0-1=short_desc&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&value0-0-1=mingw&type0-0-0=substring&value0-0-0=mingw All MinGW related bugs and outstanding review requests]
* [https://bugzilla.redhat.com/buglist.cgi?field0-0-0=component&type0-0-1=substring&field0-0-1=short_desc&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&value0-0-1=mingw&type0-0-0=substring&value0-0-0=mingw All MinGW related bugs and outstanding review requests]
* [[MinGW/Tutorial|Tutorial]]
* [[MinGW/Bootstrapping|Bootstrapping MinGW when building from scratch]]
* [[MinGW/Bootstrapping|Bootstrapping MinGW when building from scratch]]
* [[Features/Windows_cross_compiler|Windows cross compiler feature for Fedora 11]]
* [[Features/Windows_cross_compiler|Windows cross compiler feature for Fedora 11]]
Line 43: Line 42:
* [[MinGW/Testsuite|Fedora MinGW Testsuite]]
* [[MinGW/Testsuite|Fedora MinGW Testsuite]]
* [[MinGW/Tasks|List of tasks which still need to be done]]
* [[MinGW/Tasks|List of tasks which still need to be done]]
=== Old links ===
* [http://git.annexia.org/?p=fedora-mingw.git;a=summary Repository for packages in development] (before acceptance into Fedora).  This repository is mostly just an archive now.  Do development using the normal Fedora packaging process.
* [http://www.annexia.org/fedora_mingw Status and versions of MinGW packages in Fedora]


== Howtos and tutorials ==
== Howtos and tutorials ==


* [[MinGW/Tutorial|Tutorial]]
* [[MinGW/Tips|Tips and tricks for using the cross-compiler]]
* [[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]
Line 60: Line 55:
* [http://lwn.net/SubscriberLink/307732/0efc7b75c5696ae5/ LWN article about the project]
* [http://lwn.net/SubscriberLink/307732/0efc7b75c5696ae5/ LWN article about the project]
* [http://www.haxxed.com/rpms/ Original RPMs by Callum Lerwick]
* [http://www.haxxed.com/rpms/ Original RPMs by Callum Lerwick]
=== Old links ===
* [http://git.annexia.org/?p=fedora-mingw.git;a=summary Repository for packages in development] (before acceptance into Fedora).  This repository is mostly just an archive now.  Do development using the normal Fedora packaging process.
* [http://www.annexia.org/fedora_mingw Status and versions of MinGW packages in Fedora]


[[Category:SIGs]]
[[Category:SIGs]]

Revision as of 14:18, 23 September 2012

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

Packaging

Howtos and tutorials

External links

Old links