2007-10-01 23:43:24 +04:00
|
|
|
qBittorrent - A BitTorrent client in C++ / Qt4
|
2006-09-30 20:02:39 +04:00
|
|
|
------------------------------------------
|
|
|
|
|
|
|
|
*** 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:
|
2007-10-01 23:43:24 +04:00
|
|
|
- Qt >= 4.3.0 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml)
|
2008-07-06 22:39:07 +04:00
|
|
|
Qt >= 4.4.0 is advised
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2008-11-02 00:42:56 +03:00
|
|
|
- libtorrent-rasterbar by Arvid Norberg (>= v0.14.0 REQUIRED)
|
2007-09-25 01:01:46 +04:00
|
|
|
-> http://www.qbittorrent.org/download.php (advised)
|
2007-04-12 21:17:04 +04:00
|
|
|
-> http://www.libtorrent.net
|
2008-07-03 19:26:32 +04:00
|
|
|
Be careful: another library (the one used by rTorrent) uses a similar name.
|
2006-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization
|
|
|
|
|
2007-11-24 01:57:49 +03:00
|
|
|
- libcurl
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2007-09-01 14:23:39 +04:00
|
|
|
- python >= 2.3 (needed by search engine)
|
2006-09-30 20:02:39 +04:00
|
|
|
|
2007-08-29 13:22:21 +04:00
|
|
|
- libmagick++ (advised, not required)
|
2007-09-04 02:05:40 +04:00
|
|
|
* Needed for favicons support (RSS / Search plugins)
|
|
|
|
|
|
|
|
- libzzip (advised, not required)
|
|
|
|
* Needed for zip support (Search plugins)
|
2007-08-29 13:22:21 +04:00
|
|
|
|
2007-09-01 14:23:39 +04:00
|
|
|
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)
|
2007-02-19 16:51:17 +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>
|