]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/README
sigrok-cross-mingw: Mention libieee1284 package.
[sigrok-util.git] / cross-compile / mingw / README
index 14b328c69bb6b1afc618b935e79afeb88c2aa826..4b8255edbae58ca48179afd499c099f8697c7419 100644 (file)
@@ -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 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.