X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cross-compile%2Fmingw%2FREADME;h=4abf3b87a81bcc705103ebdee42e3a55fd8bf85c;hb=e2eb056c5614bd00d89cc4caae3d32c56dccf7e5;hp=45c9a38faa08b5d8ca715f0eee006bfb3f98f307;hpb=6e15e874837b46516c75b64fd583415a636c00f8;p=sigrok-util.git diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 45c9a38..4abf3b8 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -20,6 +20,8 @@ Requirements - make - git - pkg-config (>= 0.22) + - unzip + - sdcc (needed for building the fx2lafw firmware) - MXE @@ -31,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.