X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=43d05f282c2b721d7e0c0bf2f3d2bfde31e426fb;hb=53f16758e33f2c9e922258b3259ce5a5a4631447;hp=14b328c69bb6b1afc618b935e79afeb88c2aa826;hpb=3aabe9a93a530c7db4beb58e5f365e690a82734f;p=sigrok-util.git diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 14b328c..43d05f2 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -22,6 +22,7 @@ Requirements - git - wget - p7zip + - unzip - pkg-config (>= 0.22) - sdcc (needed for building the fx2lafw firmware) - nsis @@ -40,13 +41,15 @@ First, get the MXE cross-compile environment for MinGW-w64/Windows: Apply some fixes that are currently required for a proper build: $ patch -p1 < mxe_fixes.patch + $ patch -p1 < libusb1_upgrade.patch Build all required packages: $ make MXE_TARGETS=i686-w64-mingw32.static.posix \ MXE_PLUGIN_DIRS=plugins/examples/qt5-freeze \ - gcc glib libzip libusb1 libftdi1 hidapi glibmm qtbase qtimageformats - qtsvg boost check gendef qtbase_CONFIGURE_OPTS='-no-sql-mysql' + gcc glib libzip libusb1 libftdi1 hidapi glibmm qtbase qtimageformats \ + qtsvg qttranslations boost check gendef libieee1284 \ + qtbase_CONFIGURE_OPTS='-no-sql-mysql' This will take a while.