]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/README
sigrok-cross-mingw: Add -DENABLE_TESTS=y for PulseView.
[sigrok-util.git] / cross-compile / mingw / README
index b10c0f06b57a022c0bc0c3cd9bdfdee2e2d4cade..57dc31a81529bdfef68095a887418bd4cd940931 100644 (file)
@@ -37,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.