2007-10-02 03:43:24 +08:00
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt4
|
2006-10-01 00:02:39 +08:00
|
|
|
------------------------------------------
|
|
|
|
|
|
|
|
./configure
|
|
|
|
make && make install
|
|
|
|
qbittorrent
|
|
|
|
|
|
|
|
will install and execute qBittorrent hopefully without any problems.
|
|
|
|
|
|
|
|
Dependencies:
|
2009-11-04 23:04:11 +08:00
|
|
|
- Qt >= 4.4.0 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml)
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2009-11-18 18:29:20 +08:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.0 REQUIRED, >= v0.15.0 ADVISED)
|
2007-09-25 05:01:46 +08:00
|
|
|
-> http://www.qbittorrent.org/download.php (advised)
|
2007-04-13 01:17:04 +08:00
|
|
|
-> http://www.libtorrent.net
|
2008-07-03 23:26:32 +08:00
|
|
|
Be careful: another library (the one used by rTorrent) uses a similar name.
|
2006-10-01 00:02:39 +08:00
|
|
|
|
|
|
|
- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization
|
|
|
|
|
2007-09-01 18:23:39 +08:00
|
|
|
- python >= 2.3 (needed by search engine)
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2009-11-26 04:41:26 +08:00
|
|
|
- libnotify >= 0.4.2, glib-2.0 (optional)
|
|
|
|
* Can be used for system notifications to replace standard Qt notifications
|
|
|
|
so that it integrates better into the Desktop
|
2007-02-19 21:51:17 +08:00
|
|
|
|
2007-07-24 14:20:32 +08:00
|
|
|
DOCUMENTATION:
|
|
|
|
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.
|
2006-10-01 00:02:39 +08:00
|
|
|
|
|
|
|
------------------------------------------
|
|
|
|
Christophe Dumez <chris@qbittorrent.org>
|