2018-08-28 09:15:20 +03:00
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt
|
2006-09-30 20:02:39 +04:00
|
|
|
------------------------------------------
|
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
1) Compile and install qBittorrent with Qt graphical interface
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
$ ./configure
|
|
|
|
$ make && make install
|
|
|
|
$ qbittorrent
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
will install and execute qBittorrent.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
Dependencies:
|
2018-08-28 09:15:20 +03:00
|
|
|
- Qt >= 5.5.1
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- pkg-config
|
2010-01-20 01:55:49 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- 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
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- Boost >= 1.35
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- Python >= 2.7.9 / 3.3.0 (optional, runtime only)
|
|
|
|
* Required by the internal search engine
|
2010-01-03 01:29:36 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
2) Compile and install qBittorrent without Qt graphical interface
|
2010-01-03 01:29:36 +03:00
|
|
|
|
|
|
|
$ ./configure --disable-gui
|
|
|
|
$ make && make install
|
2018-08-28 09:15:20 +03:00
|
|
|
$ qbittorrent-nox
|
2010-01-03 01:29:36 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
will install and execute qBittorrent.
|
2010-01-03 01:29:36 +03:00
|
|
|
|
|
|
|
Dependencies:
|
2018-08-28 09:15:20 +03:00
|
|
|
- Qt >= 5.5.1
|
2010-01-20 01:55:49 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- pkg-config
|
2010-01-03 01:29:36 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- 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
|
2007-02-19 16:51:17 +03:00
|
|
|
|
2018-08-28 09:15:20 +03:00
|
|
|
- Boost >= 1.35
|
2009-12-07 23:57:59 +03:00
|
|
|
|
2007-07-24 10:20:32 +04:00
|
|
|
DOCUMENTATION:
|
2018-08-28 09:15:20 +03:00
|
|
|
Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
------------------------------------------
|
2018-08-28 09:15:20 +03:00
|
|
|
sledgehammer999 <sledgehammer999@qbittorrent.org>
|