Changed destination folder for "GeoIP.dat" file.

Dennis Andersson
2015-06-18 22:17:12 +02:00
parent 5f8cdee1ee
commit f0e8f060c2

@@ -230,7 +230,7 @@ nmake
# Compiling qBittorrent #
* Extract the **qBittorrent** sources in the working dir(s).
* Go to [Maxmind](http://www.maxmind.com) and download the [GeoLite Country database](http://dev.maxmind.com/geoip/legacy/geolite/) in binary format. Here is the [link](http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz). Extract the ```GeoIP.dat``` file to: ```src\geoip```
* Go to [Maxmind](http://www.maxmind.com) and download the [GeoLite Country database](http://dev.maxmind.com/geoip/legacy/geolite/) in binary format. Here is the [link](http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz). Extract the ```GeoIP.dat``` file to: ```src\gui\geoip```
* Open the ```winconf.pri``` file, edit and adjust the paths:
* For **both**:
* Replace ```_WIN32_WINNT=0x0500``` with ```_WIN32_WINNT=0x0501```