X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=b10c0f06b57a022c0bc0c3cd9bdfdee2e2d4cade;hp=9aeb1ed6b41f926840d1969e6a04da5d47758ae0;hb=06cee43f8107b9089f98447a3f249e9bcbe8cb01;hpb=50d4aefd5eb66ae330642675ac60283801ce24a3 diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 9aeb1ed..b10c0f0 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -18,9 +18,14 @@ Requirements - bash - gcc - make + - cmake - git - - pkg-config (>= 0.22) + - wget - unzip + - p7zip + - pkg-config (>= 0.22) + - sdcc (needed for building the fx2lafw firmware) + - nsis - MXE @@ -32,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 This will take a while.