1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src/geoip
Christophe Dumez 0f291629cc Move FileSystem utility functions out of misc.h
Use new fs_utils.h instead.
2012-05-16 21:19:05 +03:00
..
geoip.pri Fix geoip detection (Thanks Mirco) 2010-11-21 09:49:56 +00:00
geoip.qrc Restructured the project file 2010-11-20 17:21:40 +00:00
geoipmanager.cpp Move FileSystem utility functions out of misc.h 2012-05-16 21:19:05 +03:00
geoipmanager.h Restructured the project file 2010-11-20 17:21:40 +00:00
README - No longer ships GeoIP database since most distributions provide it in a separate package 2009-12-07 20:54:47 +00:00

If you wish to embed GeoIP database into qBittorrent executable, please download put GeoIP.dat in this folder.

GeoIP Database can be downloaded from here:
* http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
Note that the database should be uncompressed.

Embedding GeoIP database into qBittorrent executable is advised for:
* Windows
* Mac OS X
* Linux distributions that don't provide GeoIP database in a separate package

On Linux operating system, since this is not the default behavior, you also need to pass --with-geoip-database-embedded parameter to the configure file.