2007-10-01 23:43:24 +04:00
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt4
|
2006-09-30 20:02:39 +04:00
|
|
|
------------------------------------------
|
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
1) Compile and install qBittorrent with Qt4 Graphical Interface
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
$ ./configure
|
|
|
|
$ make && make install
|
|
|
|
$ qbittorrent
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
will install and execute qBittorrent hopefully without any problems.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
Dependencies:
|
2010-10-16 21:39:03 +04:00
|
|
|
- Qt >= 4.5.0 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml)
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-20 01:55:49 +03:00
|
|
|
- pkg-config executable
|
|
|
|
|
2010-04-07 13:58:22 +04:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.4 REQUIRED, compatible with v0.15.x)
|
2010-01-03 01:29:36 +03:00
|
|
|
-> http://www.libtorrent.net
|
|
|
|
Be careful: another library (the one used by rTorrent) uses a similar name.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-04-07 13:58:22 +04:00
|
|
|
- libboost 1.34.x (libboost-filesystem, libboost-thread, libboost-date-time) + libasio
|
|
|
|
or
|
|
|
|
- libboost >= 1.35.x (libboost-system, libboost-filesystem, libboost-thread, libboost-date-time)
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2010-01-03 01:29:36 +03:00
|
|
|
- python >= 2.3 (needed by search engine)
|
|
|
|
* Run time only dependency
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- geoip-database (optional)
|
|
|
|
* If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower.
|
|
|
|
* Run time only dependency
|
|
|
|
|
|
|
|
2) Compile and install qBittorrent without Qt4 Graphical interface
|
|
|
|
|
|
|
|
$ ./configure --disable-gui
|
|
|
|
$ make && make install
|
|
|
|
$ qbittorrent
|
|
|
|
|
|
|
|
will install and execute qBittorrent hopefully without any problems.
|
|
|
|
|
|
|
|
Dependencies:
|
2010-01-20 01:40:23 +03:00
|
|
|
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork)
|
2010-01-03 01:29:36 +03:00
|
|
|
|
2010-01-20 01:55:49 +03:00
|
|
|
- pkg-config executable
|
|
|
|
|
2010-01-20 01:40:23 +03:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.4 REQUIRED, >= v0.15.0 ADVISED)
|
2010-01-03 01:29:36 +03:00
|
|
|
-> 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
|
2007-02-19 16:51:17 +03:00
|
|
|
|
2009-12-07 23:57:59 +03:00
|
|
|
|
2007-07-24 10:20:32 +04:00
|
|
|
DOCUMENTATION:
|
|
|
|
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
------------------------------------------
|
|
|
|
Christophe Dumez <chris@qbittorrent.org>
|