Enable gettext in libgpg-error
[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-filesystem
14
15       This is the base package containing the filesystem, RPM macros
16       and other stuff that everything depends on.  This is a pure
17       Fedora RPM with no outside dependencies.
18
19  ( 2) mingw-binutils
20
21       This is just a straight cross-compile of binutils.  It has
22       no BuildRequires beyond what is in basic Fedora already.
23
24  ( 3) mingw-bootstrap
25
26       This is NOT a real Fedora package.  Instead it is a BINARY
27       package which is just needed first time if you are building
28       from scratch.  It contains some Windows binaries and header
29       files which are needed to bootstrap everything, and which
30       would normally be built by the packages below (specifically
31       by mingw-runtime and mingw-w32api).
32
33       Note: If you already have mingw packages installed then you
34       should not build this package.
35
36  ( 4) mingw-gcc
37
38  ( 5) mingw-runtime
39  ( 6) mingw-w32api
40
41       Note that once built and installed, these last two replace the
42       files built from binaries in mingw-bootstrap.
43
44  ( 7) mingw-zlib
45
46  ( 8) mingw-libgpg-error
47
48  ( 9) mingw-libgcrypt
49
50  (10) mingw-iconv
51
52  (11) mingw-gettext
53
54  (12) mingw-gnutls
55
56  (13) mingw-libxml2
57
58  (14) mingw-portablexdr
59
60  (15) mingw-libvirt