X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=e6451249dc98bb780904b8007362bbc4d0b0231a;hb=60c24f416b274ca26d2274cd3add29a42a351312;hp=248af546f939a81855dda33142d834eecf2979c2;hpb=b9d1ce760dca57a30483ea1129a26aa67ad52411;p=sigrok-util.git diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 248af54..e645124 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -41,20 +41,10 @@ Apply some fixes that are currently required for a proper build: $ patch -p1 < mxe_fixes.patch -For now we need to build gcc and winpthreads in two steps. First: +Build all required packages: - $ make MXE_TARGETS=i686-w64-mingw32.static gcc winpthreads - -In src/gcc.mk change "--enable-threads=win32" to "--enable-threads=posix". - -Then build gcc again: - - $ make MXE_TARGETS=i686-w64-mingw32.static gcc - -We now have a system that supports C++11 std::thread. Now build the rest: - - $ make MXE_TARGETS=i686-w64-mingw32.static glib libzip libusb1 libftdi1 \ - glibmm qt boost check + $ make MXE_TARGETS=i686-w64-mingw32.static.posix gcc glib libzip libusb1 \ + libftdi1 glibmm qt boost check This will take a while.