|
|
|
@ -1,46 +1,40 @@
@@ -1,46 +1,40 @@
|
|
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt |
|
|
|
|
------------------------------------------ |
|
|
|
|
|
|
|
|
|
1) Compile and install qBittorrent with Qt graphical interface |
|
|
|
|
1) Install these dependencies: |
|
|
|
|
|
|
|
|
|
$ ./configure |
|
|
|
|
$ make && make install |
|
|
|
|
$ qbittorrent |
|
|
|
|
- Boost >= 1.35 |
|
|
|
|
|
|
|
|
|
will install and execute qBittorrent. |
|
|
|
|
- libtorrent-rasterbar >= 1.1.10 (by Arvid Norberg) |
|
|
|
|
* https://www.libtorrent.org/ |
|
|
|
|
* Be careful: another library (the one used by rTorrent) uses a similar name |
|
|
|
|
|
|
|
|
|
Dependencies: |
|
|
|
|
- Qt >= 5.5.1 |
|
|
|
|
- OpenSSL >= 1.0 |
|
|
|
|
|
|
|
|
|
- pkg-config |
|
|
|
|
- Qt >= 5.5.1 |
|
|
|
|
|
|
|
|
|
- libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) |
|
|
|
|
* https://www.libtorrent.org/ |
|
|
|
|
* Be careful: another library (the one used by rTorrent) uses a similar name |
|
|
|
|
- zlib >= 1.2.5.2 |
|
|
|
|
|
|
|
|
|
- Boost >= 1.35 |
|
|
|
|
- pkg-config (compile-time only) |
|
|
|
|
|
|
|
|
|
- Python >= 2.7.9 / 3.3.0 (optional, runtime only) |
|
|
|
|
* Required by the internal search engine |
|
|
|
|
- Python >= 2.7.9 / 3.3.0 (optional, runtime only) |
|
|
|
|
* Required by the internal search engine |
|
|
|
|
|
|
|
|
|
2) Compile and install qBittorrent without Qt graphical interface |
|
|
|
|
2a) Compile and install qBittorrent with Qt graphical interface |
|
|
|
|
|
|
|
|
|
$ ./configure --disable-gui |
|
|
|
|
$ ./configure |
|
|
|
|
$ make && make install |
|
|
|
|
$ qbittorrent-nox |
|
|
|
|
$ qbittorrent |
|
|
|
|
|
|
|
|
|
will install and execute qBittorrent. |
|
|
|
|
|
|
|
|
|
Dependencies: |
|
|
|
|
- Qt >= 5.5.1 |
|
|
|
|
|
|
|
|
|
- pkg-config |
|
|
|
|
2b) Compile and install qBittorrent without Qt graphical interface |
|
|
|
|
|
|
|
|
|
- libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) |
|
|
|
|
* https://www.libtorrent.org/ |
|
|
|
|
* Be careful: another library (the one used by rTorrent) uses a similar name |
|
|
|
|
$ ./configure --disable-gui |
|
|
|
|
$ make && make install |
|
|
|
|
$ qbittorrent-nox |
|
|
|
|
|
|
|
|
|
- Boost >= 1.35 |
|
|
|
|
will install and execute qBittorrent. |
|
|
|
|
|
|
|
|
|
DOCUMENTATION: |
|
|
|
|
Please note that there is a "Compilation" section at http://wiki.qbittorrent.org. |
|
|
|
|