2007-10-02 03:43:24 +08:00
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt4
|
2006-10-01 00:02:39 +08:00
|
|
|
------------------------------------------
|
|
|
|
|
2010-01-03 06:29:36 +08:00
|
|
|
1) Compile and install qBittorrent with Qt4 Graphical Interface
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2010-01-03 06:29:36 +08:00
|
|
|
$ ./configure
|
|
|
|
$ make && make install
|
|
|
|
$ qbittorrent
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2010-01-03 06:29:36 +08:00
|
|
|
will install and execute qBittorrent hopefully without any problems.
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2010-01-03 06:29:36 +08:00
|
|
|
Dependencies:
|
2011-04-02 16:57:41 +08:00
|
|
|
- Qt >= 4.5.0 (libqtgui, libqtcore, libqtnetwork, libqtxml, libqtdbus/optional)
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2010-01-20 06:55:49 +08:00
|
|
|
- pkg-config executable
|
|
|
|
|
2012-02-18 22:44:20 +08:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= 0.15.0)
|
2010-01-03 06:29:36 +08:00
|
|
|
-> http://www.libtorrent.net
|
|
|
|
Be careful: another library (the one used by rTorrent) uses a similar name.
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2011-10-26 01:56:54 +08:00
|
|
|
- libboost 1.34.x (libboost-filesystem°) + libasio
|
2010-04-07 17:58:22 +08:00
|
|
|
or
|
2011-10-26 01:56:54 +08:00
|
|
|
- libboost >= 1.35.x (libboost-system, libboost-filesystem°)
|
|
|
|
|
|
|
|
°libboost-filesystem is not needed if libtorrent-rasterbar >= v0.16.x is used
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2011-10-26 01:56:54 +08:00
|
|
|
- python >= 2.3 (needed by search engine)
|
2010-01-03 06:29:36 +08:00
|
|
|
* Run time only dependency
|
|
|
|
|
|
|
|
- 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 06:40:23 +08:00
|
|
|
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork)
|
2010-01-03 06:29:36 +08:00
|
|
|
|
2010-01-20 06:55:49 +08:00
|
|
|
- pkg-config executable
|
|
|
|
|
2012-02-18 22:44:20 +08:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= v0.15.0)
|
2010-01-03 06:29:36 +08: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 21:51:17 +08:00
|
|
|
|
2009-12-08 04:57:59 +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>
|