]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/README
sigrok-cross-mingw: Ship Python stdlib *.pyd files.
[sigrok-util.git] / cross-compile / mingw / README
index 8f206c07e9a800277e98a97e9bbb7cd1c15bd567..79efbbf9bfd2533ec56e859b7b848f01d2c5235a 100644 (file)
@@ -22,6 +22,7 @@ Requirements
  - git
  - wget
  - p7zip
+ - unzip
  - pkg-config (>= 0.22)
  - sdcc (needed for building the fx2lafw firmware)
  - nsis
@@ -45,8 +46,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 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 qtbase_CONFIGURE_OPTS='-no-sql-mysql'
 
 This will take a while.