X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cross-compile%2Fmingw%2FREADME;h=45c9a38faa08b5d8ca715f0eee006bfb3f98f307;hb=6907ee7eea74e8ba2e80801dae08bbbfde4bff32;hp=86e04b16772d4fd5ca62565f482ce0d6b2b7211e;hpb=91d4c754ac17525e2b515cde4bab3c5391c45c66;p=sigrok-util.git diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 86e04b1..45c9a38 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -9,7 +9,7 @@ for Windows/MinGW systems. Status ------ -Work in progress. This does NOT yet fully work. +Working. Requirements @@ -31,7 +31,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 gtk2 qt boost nsis This will take a while.