------------------------------------------------------------------------------- README ------------------------------------------------------------------------------- This is a small script for cross-compiling sigrok and its dependencies for Windows/MinGW systems. Status ------ Working. Requirements ------------ - bash - gcc - make - cmake - git - wget - unzip - p7zip - pkg-config (>= 0.22) - sdcc (needed for building the fx2lafw firmware) - nsis - MXE MXE setup --------- 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 check This will take a while. See http://mxe.cc for details on MXE. Building -------- $ ./sigrok-cross-mingw Per default it expects MXE in: $HOME/mxe-git Per default it will install the cross-compiled packages in: $HOME/sr_mingw Please edit the script if you want to change any settings.