]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Document glibmm requirement.
authorUwe Hermann <redacted>
Mon, 24 Nov 2014 14:45:24 +0000 (15:45 +0100)
committerUwe Hermann <redacted>
Mon, 24 Nov 2014 14:45:24 +0000 (15:45 +0100)
cross-compile/mingw/README

index 9aed6c4cb46cf3eefeeada23cd94cb37ac26df4f..766b3da05618896b2e8233315c63ecc79fc87a3b 100644 (file)
@@ -51,7 +51,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 \
-   qtbase boost check
+   glibmm qtbase boost check
 
 This will take a while.