X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=57dc31a81529bdfef68095a887418bd4cd940931;hp=00758a503cf76604d5e4114e0e406d372ce8ffd7;hb=28b4a156388377acda282a93d962aad85a8af2da;hpb=5b7f0ad2d1170cc1362cd4a1da22c3bca8033033 diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 00758a5..57dc31a 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -22,6 +22,7 @@ Requirements - git - wget - unzip + - p7zip - pkg-config (>= 0.22) - sdcc (needed for building the fx2lafw firmware) - nsis @@ -36,7 +37,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 qt boost + $ make gcc glib libzip libusb1 libftdi qt boost check This will take a while.