qBittorrent/src/gui/geoip
Vladimir Golovnev (Glassez) 191cdc2849 Move utilities to core/utils folder.
Also move the names to Utils namespace.
2015-06-09 21:30:56 +03:00
..
geoip.pri Removing the confusion caused by moving GeoIP code/.dat to a different directory 2015-05-13 00:15:10 -05:00
geoip.qrc Change project directory structure. 2015-02-05 19:10:26 +03:00
geoipmanager.cpp Move utilities to core/utils folder. 2015-06-09 21:30:56 +03:00
geoipmanager.h Redesign main core classes. 2015-06-09 21:30:42 +03:00
README Change project directory structure. 2015-02-05 19:10:26 +03: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.