1 qBittorrent - A BitTorrent client in C++ / Qt
2 ------------------------------------------
4 1) Install these dependencies:
8 - libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.10 - 2.0.x
9 * By Arvid Norberg, https://www.libtorrent.org/
10 * Be careful: another library (the one used by rTorrent) uses a similar name
22 * Optional, run-time only
23 * Used by the bundled search engine
25 Dependency version numbers are bumped every once in a while to keep the range of properly tested configurations manageable, even if not strictly required to build.
26 You may be able to build with older versions of (some of) the dependencies other than the minimum versions specified in the build scripts, but support for such builds is not provided - you are on your own.
27 Please ensure you are building with an officially supported configuration when reporting bugs.
29 2a) Compile and install qBittorrent with Qt graphical interface
31 $ cmake -B build -DCMAKE_BUILD_TYPE=Release
33 $ cmake --install build
36 will install and execute qBittorrent.
38 2b) Compile and install qBittorrent without Qt graphical interface
40 $ cmake -B build -DCMAKE_BUILD_TYPE=Release -DGUI=OFF
42 $ cmake --install build
45 will install and execute qBittorrent.
48 Please note that there is a "Compilation" section at https://wiki.qbittorrent.org.
50 ------------------------------------------
51 sledgehammer999 <sledgehammer999@qbittorrent.org>