1 qBittorrent - A BitTorrent client in C++ / Qt
2 ------------------------------------------
4 1) Compile and install qBittorrent with Qt graphical interface
10 will install and execute qBittorrent.
17 - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg)
18 * https://www.libtorrent.org/
19 * Be careful: another library (the one used by rTorrent) uses a similar name
23 - Python >= 2.7.9 / 3.3.0 (optional, runtime only)
24 * Required by the internal search engine
26 2) Compile and install qBittorrent without Qt graphical interface
28 $ ./configure --disable-gui
29 $ make && make install
32 will install and execute qBittorrent.
39 - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg)
40 * https://www.libtorrent.org/
41 * Be careful: another library (the one used by rTorrent) uses a similar name
46 Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
48 ------------------------------------------
49 sledgehammer999 <sledgehammer999@qbittorrent.org>