aria2 MinGW32 build ======================== The aria2c.exe is 32bit binary for Windows Platforms (XP or later) and it was compiled using Debian cross compiler: * gcc-mingw-w64 4.6.2-14+3 * binutils-mingw-w64-i686 2.22-1+1 It is static build, so no extra dll necessary. The compiled libraries are: * openssl 1.0.0h * expat 2.1.0 * sqlite 3.7.11 * zlib 1.2.6 * c-ares 1.7.5 This build has the following difference from the original release: * --disable-ipv6 is enabled by default. (IPv6 support is disabled by default). Known Issues ------------ * When Ctrl-C is pressed, aria2 shows "Shutdown sequence commencing... Press Ctrl-C again for emergency shutdown." But mingw32 build cannot handle second Ctrl-C properly. The second Ctrl-C just kills aria2 instantly without proper shutdown sequence and you may lose data. So don't press Ctrl-C twice. * When --disable-ipv6=false is given, BitTorrent DHT does not work properly. * --daemon option doesn't work. * Most of the IPv6 functionality does not work even if --disable-ipv6=false is given. References ---------- * http://smithii.com/aria2 * http://kemovitra.blogspot.com/2009/12/download-aria2-163.html