]> 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 4abf3b87a81bcc705103ebdee42e3a55fd8bf85c..57dc31a81529bdfef68095a887418bd4cd940931 100644 (file)
@@ -18,10 +18,14 @@ Requirements
  - bash
  - gcc
  - make
+ - cmake
  - git
- - pkg-config (>= 0.22)
+ - wget
  - unzip
+ - p7zip
+ - pkg-config (>= 0.22)
  - sdcc (needed for building the fx2lafw firmware)
+ - nsis
  - MXE
 
 
@@ -33,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.