]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/README
sigrok-cross-mingw: Update for a more recent MXE.
[sigrok-util.git] / cross-compile / mingw / README
index 00758a503cf76604d5e4114e0e406d372ce8ffd7..57dc31a81529bdfef68095a887418bd4cd940931 100644 (file)
@@ -22,6 +22,7 @@ Requirements
  - git
  - wget
  - unzip
+ - p7zip
  - pkg-config (>= 0.22)
  - sdcc (needed for building the fx2lafw firmware)
  - nsis
@@ -36,7 +37,7 @@ First, setup the MXE cross-compile environment for MinGW/Windows:
  $ cd $HOME
  $ git clone https://github.com/mxe/mxe.git mxe-git
  $ cd mxe-git
- $ make gcc glib libzip libusb1 libftdi qt boost
+ $ make gcc glib libzip libusb1 libftdi qt boost check
 
 This will take a while.