Skip to content
  • Rémi Verschelde's avatar
    Add support for building Windows binaries with mingw-w64 · 6ff2cea6
    Rémi Verschelde authored and Rémi Verschelde's avatar Rémi Verschelde committed
    Build method on my system (Mageia 6):
    ```
    PATH=/usr/i686-w64-mingw32/bin:/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH;
    make CC=i686-w64-mingw32-gcc EXEC=wine EXE=.exe
    ```
    
    You then need to copy the DLLs from `/usr/i686-w64-mingw32/sys-root/mingw/bin/`
    next to the `jumpnbump.exe` binary.
    6ff2cea6