From a2579d2045c6eab40472d24af127ca61ef88cacc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 7 Dec 2014 17:53:58 +0100 Subject: [PATCH] sigrok-cross-mingw: Switch from libftdi to libftdi1. (we now no longer use libusb-0.1 or libftdi) --- cross-compile/mingw/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index a9984dc..feb9cd6 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -50,7 +50,7 @@ Then build gcc again: We now have a system that supports C++11 std::thread. Now build the rest: - $ make MXE_TARGETS=i686-w64-mingw32.static glib libzip libusb1 libftdi \ + $ make MXE_TARGETS=i686-w64-mingw32.static glib libzip libusb1 libftdi1 \ glibmm qtbase qtsvg boost check This will take a while. -- 2.30.2