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:
50d4aef
)
README: Update, add missing items, drop uneeded ones.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 5 Jan 2014 00:49:32 +0000
(
01:49
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 5 Jan 2014 00:49:32 +0000
(
01:49
+0100)
cross-compile/mingw/README
patch
|
blob
|
history
diff --git
a/cross-compile/mingw/README
b/cross-compile/mingw/README
index 9aeb1ed6b41f926840d1969e6a04da5d47758ae0..4abf3b87a81bcc705103ebdee42e3a55fd8bf85c 100644
(file)
--- a/
cross-compile/mingw/README
+++ b/
cross-compile/mingw/README
@@
-21,6
+21,7
@@
Requirements
- git
- pkg-config (>= 0.22)
- unzip
+ - sdcc (needed for building the fx2lafw firmware)
- MXE
@@
-32,7
+33,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 libusb1 libftdi
gtk2 qt boost nsis
+ $ make gcc glib libzip libusb1 libftdi
qt boost
This will take a while.