1 How to build aMule with GeoIP support
3 The MaxMind GeoIP library can detect the country an IP adress comes from. aMule uses this information
4 to display a little country flag for each source or ed2k server.
5 Since this is an external library it is disabled by default. This is how to enable it:
7 Download the free GeoIP C library from http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
8 From the folder libGeoIP take GeoIP.h and GeoIP.c and put them into "MSVC Solution\libs\libGeoIP"
9 (removing the dummy files there).
11 Rebuild aMule. That's it. :-)