Update transifex config file
[qBittorrent.git] / INSTALL
blob13441ab6f45d766b2681873f18bb2de9bb1658a3
1 qBittorrent - A BitTorrent client in C++ / Qt
2 ------------------------------------------
4 1) Compile and install qBittorrent with Qt graphical interface
6   $ ./configure
7   $ make && make install
8   $ qbittorrent
10   will install and execute qBittorrent.
12   Dependencies:
13     - Qt >= 5.5.1
15     - pkg-config
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
21     - Boost >= 1.35
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
30   $ qbittorrent-nox
32   will install and execute qBittorrent.
34   Dependencies:
35     - Qt >= 5.5.1
37     - pkg-config
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
43     - Boost >= 1.35
45 DOCUMENTATION:
46 Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
48 ------------------------------------------
49 sledgehammer999 <sledgehammer999@qbittorrent.org>