From: Uwe Hermann Date: Tue, 27 Aug 2013 06:09:33 +0000 (+0200) Subject: mingw README: Mention libusb1 MXE package. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=dec0698dbf2b71cb37592f57f6703132266f7e4a mingw README: Mention libusb1 MXE package. --- diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 86e04b1..ef21a17 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -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.