X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=57dc31a81529bdfef68095a887418bd4cd940931;hp=ef21a1709096c344fa94f09755c4247a87b1b846;hb=749d40972a054f64d5008713dffa680160dacdf2;hpb=dec0698dbf2b71cb37592f57f6703132266f7e4a diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index ef21a17..57dc31a 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -9,7 +9,7 @@ for Windows/MinGW systems. Status ------ -Work in progress. This does NOT yet fully work. +Working. Requirements @@ -18,8 +18,14 @@ Requirements - bash - gcc - make + - cmake - git + - wget + - unzip + - p7zip - pkg-config (>= 0.22) + - sdcc (needed for building the fx2lafw firmware) + - nsis - MXE @@ -31,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 gtk2 qt boost nsis + $ make gcc glib libzip libusb1 libftdi qt boost check This will take a while.