Merge pull request #10385 from sledgehammer999/desktopFile
[qBittorrent.git] / INSTALL
blobd5ad612897b97c85a2af3a2054a0f69b0faab97e
1 qBittorrent - A BitTorrent client in C++ / Qt
2 ------------------------------------------
4 1) Install these dependencies:
6   - Boost >= 1.35
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
12   - OpenSSL >= 1.0
14   - Qt >= 5.9.0
16   - zlib >= 1.2.5.2
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
25   $ ./configure
26   $ make && make install
27   $ qbittorrent
29   will install and execute qBittorrent.
31 2b) Compile and install qBittorrent without Qt graphical interface
33   $ ./configure --disable-gui
34   $ make && make install
35   $ qbittorrent-nox
37   will install and execute qBittorrent.
39 DOCUMENTATION:
40 Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
42 ------------------------------------------
43 sledgehammer999 <sledgehammer999@qbittorrent.org>