From Fedora Project Wiki

(→‎Packaging: +Features/Windows_cross_compiler)
(Added repos section)
Line 25: Line 25:
* [[DanielBerrange]]
* [[DanielBerrange]]
* [[DanielVeillard]]
* [[DanielVeillard]]
== Test repositories ==
These temporary yum repositories are provided for you to test the packages until they are added to Fedora:
* [http://www.annexia.org/tmp/mingw/fedora-9/ Fedora 8/9/10 i386 and x86-64 repositories (Richard Jones)]
* [http://www.lfarkas.org/linux/packages/centos/5/i386 RHEL / Centos / EPEL 5 packages, i386 only (Farkas Levente)]


== Packaging ==
== Packaging ==
Line 31: Line 38:
* [http://hg.et.redhat.com/misc/fedora-mingw--devel Repository for packages in development] (before acceptance into Fedora).<br>To check this out, do: <code>hg clone http://hg.et.redhat.com/misc/fedora-mingw--devel</code>
* [http://hg.et.redhat.com/misc/fedora-mingw--devel Repository for packages in development] (before acceptance into Fedora).<br>To check this out, do: <code>hg clone http://hg.et.redhat.com/misc/fedora-mingw--devel</code>
* [https://bugzilla.redhat.com/buglist.cgi?version=&component=&target_milestone=&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&short_desc_type=allwordssubstr&short_desc=mingw&long_desc_type=allwordssubstr&long_desc= All MinGW related bugs and outstanding review requests]
* [https://bugzilla.redhat.com/buglist.cgi?version=&component=&target_milestone=&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&short_desc_type=allwordssubstr&short_desc=mingw&long_desc_type=allwordssubstr&long_desc= All MinGW related bugs and outstanding review requests]
* [http://www.annexia.org/tmp/mingw/fedora-9/ Temporary yum repository for i386 & x86-64]
* [[MinGW/Bootstrapping|Bootstrapping MinGW when building from scratch]]
* [[MinGW/Bootstrapping|Bootstrapping MinGW when building from scratch]]
* [[Features/Windows_cross_compiler|Proposed Windows cross compiler feature for Fedora 11]]
* [[Features/Windows_cross_compiler|Proposed Windows cross compiler feature for Fedora 11]]

Revision as of 19:20, 30 October 2008

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:

Packaging

Howtos and tutorials

External links