mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Specify correct directory for 'GeoIP.dat'.
@@ -31,7 +31,7 @@ to
|
|||||||
# Download source
|
# Download source
|
||||||
|
|
||||||
1. Download main source from [qBittorrent's](http://www.qbittorrent.org/download.php) download page, extract the tarball.
|
1. Download main source from [qBittorrent's](http://www.qbittorrent.org/download.php) download page, extract the tarball.
|
||||||
2. Optional: Download the [geoip dat](http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz) file and extract it to qbittorrent's src/geoip folder.
|
2. Optional: Download the [geoip dat](http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz) file and extract it to qbittorrent's src/gui/geoip folder.
|
||||||
|
|
||||||
# Compilation
|
# Compilation
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ qbittorrent-3.1.9.tar.gz GeoP.dat.gz
|
|||||||
|
|
||||||
-- Unpack qbittorrent's source code and GeoIP.dat data file into proper locations as follows:
|
-- Unpack qbittorrent's source code and GeoIP.dat data file into proper locations as follows:
|
||||||
% gzip -cd qbittorrent-3.1.9.tar.gz | tar -xvf -
|
% gzip -cd qbittorrent-3.1.9.tar.gz | tar -xvf -
|
||||||
% gzip -cd GeoIP.dat.gz > qbittorrent-3.1.9/src/geoip/GeoIP.dat
|
% gzip -cd GeoIP.dat.gz > qbittorrent-3.1.9/src/gui/geoip/GeoIP.dat
|
||||||
|
|
||||||
-- Modify path settings in configuration file macxconf.pri (backup file: macxconf.pri.backup)
|
-- Modify path settings in configuration file macxconf.pri (backup file: macxconf.pri.backup)
|
||||||
% sed -i '.backup' '/^INCLUDEPATH/,/^LIBS/ s:/opt/local:/usr/local:g' qbittorrent-3.1.9/macxconf.pri
|
% sed -i '.backup' '/^INCLUDEPATH/,/^LIBS/ s:/opt/local:/usr/local:g' qbittorrent-3.1.9/macxconf.pri
|
||||||
|
|||||||
Reference in New Issue
Block a user