From ebf341a6de6f8103f1796904f156ea6061faf76d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 7 Dec 2009 21:16:59 +0000 Subject: [PATCH] - Update INSTALL file to explain that geoip-database is a runtime-only dependency --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index c024f2389..e1168da55 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,7 @@ Dependencies: - libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization - python >= 2.3 (needed by search engine) + * Run time only dependency - libnotify >= 0.4.2, glib-2.0 (optional) * Can be used for system notifications to replace standard Qt notifications @@ -25,6 +26,7 @@ Dependencies: - 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. + * Run time only dependency DOCUMENTATION: Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.