mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Update INSTALL file to explain that geoip-database is a runtime-only dependency
This commit is contained in:
parent
68ba6322e1
commit
ebf341a6de
1 changed files with 2 additions and 0 deletions
2
INSTALL
2
INSTALL
|
@ -18,6 +18,7 @@ Dependencies:
|
||||||
- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization
|
- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization
|
||||||
|
|
||||||
- python >= 2.3 (needed by search engine)
|
- python >= 2.3 (needed by search engine)
|
||||||
|
* Run time only dependency
|
||||||
|
|
||||||
- libnotify >= 0.4.2, glib-2.0 (optional)
|
- libnotify >= 0.4.2, glib-2.0 (optional)
|
||||||
* Can be used for system notifications to replace standard Qt notifications
|
* Can be used for system notifications to replace standard Qt notifications
|
||||||
|
@ -25,6 +26,7 @@ Dependencies:
|
||||||
|
|
||||||
- geoip-database (optional)
|
- geoip-database (optional)
|
||||||
* If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower.
|
* If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower.
|
||||||
|
* Run time only dependency
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.
|
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue