To build uGet in MinGW environment

# ------------ Install packages --------------
# toolchain
pacman -S mingw-w64-i686-binutils mingw-w64-i686-gcc mingw-w64-i686-gdb

# make and Autotools
pacman -S make pkgconfig autoconf automake libtool intltool

# gtk familiy
pacman -S mingw-w64-i686-gtk3

# curl
pacman -S mingw-w64-i686-curl

# ------------ Build uGet --------------
. autogen.sh
./configure --disable-notify --disable-gstreamer  _WINDOWS=1 NDEBUG=1
make

