]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/README
sigrok-cross-mingw: Add -DENABLE_COTIRE=y for faster PulseView builds.
[sigrok-util.git] / cross-compile / mingw / README
index 86e04b16772d4fd5ca62565f482ce0d6b2b7211e..4abf3b87a81bcc705103ebdee42e3a55fd8bf85c 100644 (file)
@@ -9,7 +9,7 @@ for Windows/MinGW systems.
 Status
 ------
 
-Work in progress. This does NOT yet fully work.
+Working.
 
 
 Requirements
@@ -20,6 +20,8 @@ Requirements
  - make
  - git
  - pkg-config (>= 0.22)
+ - unzip
+ - sdcc (needed for building the fx2lafw firmware)
  - MXE
 
 
@@ -31,7 +33,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 libftdi gtk2 qt boost nsis
+ $ make gcc glib libzip libusb1 libftdi qt boost
 
 This will take a while.