projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6a2f1
)
sigrok-cross-mingw: Mention libieee1284 package.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 10 May 2020 14:27:58 +0000
(16:27 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 30 May 2020 13:56:23 +0000
(15:56 +0200)
cross-compile/mingw/README
patch
|
blob
|
history
diff --git
a/cross-compile/mingw/README
b/cross-compile/mingw/README
index 79efbbf9bfd2533ec56e859b7b848f01d2c5235a..4b8255edbae58ca48179afd499c099f8697c7419 100644
(file)
--- a/
cross-compile/mingw/README
+++ b/
cross-compile/mingw/README
@@
-47,7
+47,8
@@
Build all required packages:
$ make MXE_TARGETS=i686-w64-mingw32.static.posix \
MXE_PLUGIN_DIRS=plugins/examples/qt5-freeze \
gcc glib libzip libusb1 libftdi1 hidapi glibmm qtbase qtimageformats
- qtsvg qttranslations boost check gendef qtbase_CONFIGURE_OPTS='-no-sql-mysql'
+ qtsvg qttranslations boost check gendef libieee1284 \
+ qtbase_CONFIGURE_OPTS='-no-sql-mysql'
This will take a while.