X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=b10c0f06b57a022c0bc0c3cd9bdfdee2e2d4cade;hp=86e04b16772d4fd5ca62565f482ce0d6b2b7211e;hb=37d3fad3ed5bba7188b99d45e38bef80b11a5a3b;hpb=91d4c754ac17525e2b515cde4bab3c5391c45c66 diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 86e04b1..b10c0f0 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 libftdi gtk2 qt boost nsis + $ make gcc glib libzip libusb1 libftdi qt boost This will take a while.