X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=4b8255edbae58ca48179afd499c099f8697c7419;hp=0075fdf509f0a236b2ab646b419811b3d6530b54;hb=e6891272650fd7940b8e8996a51d64c0b2d262f4;hpb=f26332cccdbb5e700dd2f888ce3fa923b80eeea5 diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 0075fdf..4b8255e 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 @@ -46,7 +47,8 @@ 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 qttranslations boost check gendef qtbase_CONFIGURE_OPTS='-no-sql-mysql' + qtsvg qttranslations boost check gendef libieee1284 \ + qtbase_CONFIGURE_OPTS='-no-sql-mysql' This will take a while.