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.
45 lines
1.4 KiB
45 lines
1.4 KiB
qBittorrent - A BitTorrent client in C++ / Qt4 |
|
------------------------------------------ |
|
|
|
*** Necessary if qt3 is default on your system *** |
|
export QTDIR=/usr/include/qt4 |
|
export PATH=$QTDIR/bin:$PATH |
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTDIR/lib |
|
*** End *** |
|
|
|
./configure |
|
make && make install |
|
qbittorrent |
|
|
|
will install and execute qBittorrent hopefully without any problems. |
|
|
|
Dependencies: |
|
- Qt >= 4.3.0 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml) |
|
Qt >= 4.4.0 is advised |
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= v0.15.0 REQUIRED) |
|
-> http://www.qbittorrent.org/download.php (advised) |
|
-> http://www.libtorrent.net |
|
Be careful: another library (the one used by rTorrent) uses a similar name. |
|
|
|
- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization |
|
|
|
- libcurl |
|
|
|
- python >= 2.3 (needed by search engine) |
|
|
|
- libmagick++ (advised, not required) |
|
* Needed for favicons support (RSS / Search plugins) |
|
|
|
- libzzip (advised, not required) |
|
* Needed for zip support (Search plugins) |
|
|
|
NOTE FOR NON-KDE USERS: |
|
- qt4-qtconfig package is advised when using other systems than KDE. |
|
You can also change qBittorrent style to Cleanlooks (GNOME like) |
|
|
|
DOCUMENTATION: |
|
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org. |
|
|
|
------------------------------------------ |
|
Christophe Dumez <chris@qbittorrent.org>
|
|
|