From aa2172f1ad1907fd17d775be0e7980c527f2a4e8 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 2 Mar 2019 12:58:37 +0800 Subject: [PATCH] Update INSTALL dependencies --- INSTALL | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/INSTALL b/INSTALL index 13441ab6f..9d7434658 100644 --- a/INSTALL +++ b/INSTALL @@ -1,46 +1,40 @@ qBittorrent - A BitTorrent client in C++ / Qt ------------------------------------------ -1) Compile and install qBittorrent with Qt graphical interface +1) Install these dependencies: - $ ./configure - $ make && make install - $ qbittorrent + - Boost >= 1.35 - will install and execute qBittorrent. + - libtorrent-rasterbar >= 1.1.10 (by Arvid Norberg) + * https://www.libtorrent.org/ + * Be careful: another library (the one used by rTorrent) uses a similar name - Dependencies: - - Qt >= 5.5.1 + - OpenSSL >= 1.0 - - pkg-config + - Qt >= 5.5.1 - - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) - * https://www.libtorrent.org/ - * Be careful: another library (the one used by rTorrent) uses a similar name + - zlib >= 1.2.5.2 - - Boost >= 1.35 + - pkg-config (compile-time only) - - Python >= 2.7.9 / 3.3.0 (optional, runtime only) - * Required by the internal search engine + - Python >= 2.7.9 / 3.3.0 (optional, runtime only) + * Required by the internal search engine -2) Compile and install qBittorrent without Qt graphical interface +2a) Compile and install qBittorrent with Qt graphical interface - $ ./configure --disable-gui + $ ./configure $ make && make install - $ qbittorrent-nox + $ qbittorrent will install and execute qBittorrent. - Dependencies: - - Qt >= 5.5.1 - - - pkg-config +2b) Compile and install qBittorrent without Qt graphical interface - - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) - * https://www.libtorrent.org/ - * Be careful: another library (the one used by rTorrent) uses a similar name + $ ./configure --disable-gui + $ make && make install + $ qbittorrent-nox - - Boost >= 1.35 + will install and execute qBittorrent. DOCUMENTATION: Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.