Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
qBittorrent - A BitTorrent client in C++ / Qt |
|
------------------------------------------ |
|
|
|
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 |
|
$ make && make install |
|
$ qbittorrent |
|
|
|
will install and execute qBittorrent. |
|
|
|
2b) Compile and install qBittorrent without Qt graphical interface |
|
|
|
$ ./configure --disable-gui |
|
$ make && make install |
|
$ qbittorrent-nox |
|
|
|
will install and execute qBittorrent. |
|
|
|
DOCUMENTATION: |
|
Please note that there is a "Compilation" section at http://wiki.qbittorrent.org. |
|
|
|
------------------------------------------ |
|
sledgehammer999 <sledgehammer999@qbittorrent.org>
|
|
|