1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-19 21:36:47 +02:00
qBittorrent/INSTALL

44 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-08-28 08:15:20 +02:00
qBittorrent - A BitTorrent client in C++ / Qt
------------------------------------------
2019-03-02 05:58:37 +01:00
1) Install these dependencies:
- Boost >= 1.40
- libtorrent-rasterbar >= 1.2 (by Arvid Norberg)
2019-03-02 05:58:37 +01:00
* https://www.libtorrent.org/
* Be careful: another library (the one used by rTorrent) uses a similar name
2019-03-02 05:58:37 +01:00
- OpenSSL >= 1.0
2019-03-03 19:33:17 +01:00
- Qt >= 5.9.0
2019-03-02 05:58:37 +01:00
- zlib >= 1.2.5.2
2019-03-02 05:58:37 +01:00
- pkg-config (compile-time only)
2020-08-18 20:56:39 +02:00
- Python >= 3.5.0 (optional, runtime only)
2019-03-02 05:58:37 +01:00
* Required by the internal search engine
2010-01-02 23:29:36 +01:00
2019-03-02 05:58:37 +01:00
2a) Compile and install qBittorrent with Qt graphical interface
2010-01-02 23:29:36 +01:00
2019-03-02 05:58:37 +01:00
$ ./configure
2010-01-02 23:29:36 +01:00
$ make && make install
2019-03-02 05:58:37 +01:00
$ qbittorrent
2010-01-02 23:29:36 +01:00
2018-08-28 08:15:20 +02:00
will install and execute qBittorrent.
2010-01-02 23:29:36 +01:00
2019-03-02 05:58:37 +01:00
2b) Compile and install qBittorrent without Qt graphical interface
2010-01-02 23:29:36 +01:00
2019-03-02 05:58:37 +01:00
$ ./configure --disable-gui
$ make && make install
$ qbittorrent-nox
2019-03-02 05:58:37 +01:00
will install and execute qBittorrent.
2007-07-24 08:20:32 +02:00
DOCUMENTATION:
2018-08-28 08:15:20 +02:00
Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.
------------------------------------------
2018-08-28 08:15:20 +02:00
sledgehammer999 <sledgehammer999@qbittorrent.org>