From: Uwe Hermann Date: Sun, 5 Jan 2014 00:49:32 +0000 (+0100) Subject: README: Update, add missing items, drop uneeded ones. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=73740f2de4800782081aeba5a72ec83799faa29a README: Update, add missing items, drop uneeded ones. --- diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 9aeb1ed..4abf3b8 100644 --- 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.