README.mingw 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. aria2 Windows build
  2. ===================
  3. aria2 Windows build is provided in 2 flavors: 32bit version and 64bit
  4. version. The executable was compiled using mingw-w64 cross compiler on
  5. Debian Linux.
  6. * gcc-mingw-w64 4.9.2-21+15.4
  7. * binutils-mingw-w64-i686 2.25-8+6.2
  8. * binutils-mingw-w64-x86-64 2.25-8+6.2
  9. The executable is statically linked, so no extra DLLs are
  10. necessary. The linked libraries are:
  11. * gmp 6.0.0
  12. * expat 2.1.0
  13. * sqlite 3.8.11.1
  14. * zlib 1.2.8
  15. * c-ares 1.10.0 with the dns.patch [1] applied
  16. * libssh2 1.6.0
  17. [1] http://c-ares.haxx.se/mail/c-ares-archive-2014-05/0008.shtml
  18. This build has the following difference from the original release:
  19. * 32bit version only: ``--disable-ipv6`` is enabled by default. (In
  20. other words, IPv6 support is disabled by default).
  21. Known Issues
  22. ------------
  23. * When Ctrl-C is pressed, aria2 shows "Shutdown sequence
  24. commencing... Press Ctrl-C again for emergency shutdown." But
  25. mingw32 build cannot handle second Ctrl-C properly. The second
  26. Ctrl-C just kills aria2 instantly without proper shutdown sequence
  27. and you may lose data. So don't press Ctrl-C twice.
  28. * --daemon option doesn't work.
  29. * 32bit version only: When ``--disable-ipv6=false`` is given,
  30. BitTorrent DHT may not work properly.
  31. * 32bit version only: Most of the IPv6 functionality does not work
  32. even if ``--disable-ipv6=false`` is given.
  33. References
  34. ----------
  35. * http://smithii.com/aria2
  36. * http://kemovitra.blogspot.com/2009/12/download-aria2-163.html