Added binary bootstrap package.
[fedora-mingw.git] / README
1 This repository contains:
2
3  * MinGW SIG packages _before_ they are accepted into Fedora CVS.
4
5  * Any other tools / scripts we need.
6
7 Other useful information:
8
9  * https://fedoraproject.org/wiki/SIGs/MinGW
10
11 Build order & package notes:
12
13  (1) mingw-bootstrap
14
15      This is not a real Fedora package.  Instead it is a binary
16      package which is just needed first time if you are building
17      from scratch.  It contains some Windows binaries and header
18      files which are needed to bootstrap everything, and which
19      would normally be built by the packages below (specifically
20      by mingw-runtime and mingw-w32api).
21
22  (2) mingw-binutils
23
24  (3) mingw-gcc
25
26  (4) mingw-runtime
27  (5) mingw-w32api
28
29      Note that once built and installed, these last two replace the
30      files built from binaries in mingw-bootstrap.