Browse Source

Update INSTALL dependencies

adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
aa2172f1ad
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 40
      INSTALL

40
INSTALL

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

Loading…
Cancel
Save