• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/libs/libGeoIP/
1How to build aMule with GeoIP support
2
3The MaxMind GeoIP library can detect the country an IP adress comes from. aMule uses this information
4to display a little country flag for each source or ed2k server. 
5Since this is an external library it is disabled by default. This is how to enable it:
6
7Download the free GeoIP C library from http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
8From the folder libGeoIP take GeoIP.h and GeoIP.c and put them into "MSVC Solution\libs\libGeoIP"
9(removing the dummy files there).
10
11Rebuild aMule. That's it. :-)
12