From f0e8f060c2177dd9d83b8a3aa23b4040ebe53f33 Mon Sep 17 00:00:00 2001 From: Dennis Andersson Date: Thu, 18 Jun 2015 22:17:12 +0200 Subject: [PATCH] Changed destination folder for "GeoIP.dat" file. --- Compiling-with-MSVC-2013-(static-linkage).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-with-MSVC-2013-(static-linkage).md b/Compiling-with-MSVC-2013-(static-linkage).md index e84469d..dc4f873 100644 --- a/Compiling-with-MSVC-2013-(static-linkage).md +++ b/Compiling-with-MSVC-2013-(static-linkage).md @@ -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```