Merge pull request #10332 from Chocobo1/install

Update INSTALL file
This commit is contained in:
Mike Tzou 2019-03-04 12:01:02 +08:00 committed by GitHub
commit c109b7a57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

48
INSTALL
View File

@ -1,7 +1,26 @@
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:
- Boost >= 1.35
- 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
- OpenSSL >= 1.0
- Qt >= 5.5.1
- zlib >= 1.2.5.2
- pkg-config (compile-time only)
- Python >= 2.7.9 / 3.3.0 (optional, runtime only)
* Required by the internal search engine
2a) Compile and install qBittorrent with Qt graphical interface
$ ./configure $ ./configure
$ make && make install $ make && make install
@ -9,21 +28,7 @@ qBittorrent - A BitTorrent client in C++ / Qt
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)
* https://www.libtorrent.org/
* Be careful: another library (the one used by rTorrent) uses a similar name
- Boost >= 1.35
- 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
$ ./configure --disable-gui $ ./configure --disable-gui
$ make && make install $ make && make install
@ -31,17 +36,6 @@ qBittorrent - A BitTorrent client in C++ / Qt
will install and execute qBittorrent. will install and execute qBittorrent.
Dependencies:
- Qt >= 5.5.1
- pkg-config
- 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
- Boost >= 1.35
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.