1 qBittorrent - A BitTorrent client in C++ / Qt
2 ------------------------------------------
4 1) Install these dependencies:
8 - libtorrent-rasterbar >= 1.1.10 (by Arvid Norberg)
9 * https://www.libtorrent.org/
10 * Be careful: another library (the one used by rTorrent) uses a similar name
18 - pkg-config (compile-time only)
20 - Python >= 2.7.9 / 3.3.0 (optional, runtime only)
21 * Required by the internal search engine
23 2a) Compile and install qBittorrent with Qt graphical interface
26 $ make && make install
29 will install and execute qBittorrent.
31 2b) Compile and install qBittorrent without Qt graphical interface
33 $ ./configure --disable-gui
34 $ make && make install
37 will install and execute qBittorrent.
40 Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
42 ------------------------------------------
43 sledgehammer999 <sledgehammer999@qbittorrent.org>