• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cats/H13-Sep-2021-6250

compat/H13-Sep-2021-7,6424,581

console/H13-Sep-2021-3330

dird/H13-Sep-2021-9868

filed/H13-Sep-2021-1,493940

findlib/H13-Sep-2021-903522

generic/H13-Sep-2021-1,483934

include/H13-Sep-2021-429253

lib/H13-Sep-2021-4130

lmdb/H13-Sep-2021-3121

plugins/H13-Sep-2021-1,9781,271

qt-tray-monitor/H13-Sep-2021-7765

stored/H13-Sep-2021-2,1511,548

tools/H13-Sep-2021-9690

README.OBSH A D13-Sep-20211.1 KiB4940

README.OBS

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