1The sources under this directory are build on the so called Open Build Service
2(OBS) of SUSE with prepackaged mingw32 and mingw64 rpms.
3
4rpms needed are:
5
6For mingw32:
7
8https://build.opensuse.org/project/show?project=windows%3Amingw%3Awin32
9
10mingw32-cross-binutils
11mingw32-cross-cpp
12mingw32-cross-gcc
13mingw32-cross-gcc-c++
14mingw32-filesystem
15mingw32-headers
16mingw32-libopenssl-devel
17mingw32-pcre-devel
18mingw32-pthreads-devel
19mingw32-readline-devel
20mingw32-runtime
21mingw32-zlib-devel
22mingw32-libqt4
23mingw32-libqt4-devel
24mingw32-libsqlite
25mingw32-libsqlite-devel
26
27For mingw64:
28
29https://build.opensuse.org/project/show?project=windows%3Amingw%3Awin64
30
31mingw64-cross-binutils
32mingw64-cross-cpp
33mingw64-cross-gcc
34mingw64-cross-gcc-c++
35mingw64-filesystem
36mingw64-headers
37mingw64-libopenssl-devel
38mingw64-pcre-devel
39mingw64-pthreads-devel
40mingw64-readline-devel
41mingw64-runtime
42mingw64-zlib-devel
43mingw64-libqt4-devel
44mingw64-libsqlite
45mingw64-libsqlite-devel
46
47The Makefiles in this directory are setup to work with this setup. As the are
48seriously simple adapting to another mingw install should be rather simple.
49