Difference between revisions of "Ktorrent"
From CBLFS
Jump to navigationJump to searchMichael.six (talk | contribs) m (No .tar.gz available, only .tar.bz2) |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://ktorrent.org/downloads/{{Ktorrent-Version}}/ktorrent-{{Ktorrent-Version}}.tar. | + | | http://ktorrent.org/downloads/{{Ktorrent-Version}}/ktorrent-{{Ktorrent-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
− | + | {{Package-Introduction|Ktorrent is a BitTorrent client for KDE.|http://ktorrent.org}} | |
− | |||
− | Ktorrent is a BitTorrent client for KDE. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 17: | Line 13: | ||
=== Required === | === Required === | ||
* [[KdeLibs]] | * [[KdeLibs]] | ||
+ | * [[GMP]] | ||
=== Recommended === | === Recommended === | ||
* [[KdeBase]] | * [[KdeBase]] | ||
Line 22: | Line 19: | ||
=== Optional === | === Optional === | ||
* [[Doxygen]] | * [[Doxygen]] | ||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 28: | Line 24: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | + | ./configure --prefix=${KDE_PREFIX} \ |
− | + | --sysconfdir=/etc/kde \ | |
− | + | --disable-debug \ | |
+ | --disable-dependency-tracking \ | ||
+ | --enable-torrent-mimetype && | ||
make | make | ||
Line 50: | Line 48: | ||
Install the package | Install the package | ||
− | make install | + | make install && |
+ | unset USE_ARCH | ||
=== N32 === | === N32 === | ||
Line 66: | Line 65: | ||
Compile the package: | Compile the package: | ||
− | + | export USE_ARCH=64 && | |
+ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
+ | ./configure --prefix=${KDE_PREFIX} --libdir=${KDE_PREFIX}/lib64 | ||
+ | make | ||
Install the package | Install the package | ||
− | + | make install && | |
+ | unset USE_ARCH | ||
= Contents = | = Contents = | ||
Line 85: | Line 88: | ||
| /usr/share/apps/ktorrent | | /usr/share/apps/ktorrent | ||
|} | |} | ||
+ | |||
+ | [[Category:GUI Clients]] |
Latest revision as of 13:26, 18 November 2009
Download Source: | http://ktorrent.org/downloads/2.2.7/ktorrent-2.2.7.tar.bz2 |
---|
Contents
Introduction to Ktorrent
Ktorrent is a BitTorrent client for KDE.
Project Homepage: http://ktorrent.org
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=${KDE_PREFIX} \ --sysconfdir=/etc/kde \ --disable-debug \ --disable-dependency-tracking \ --enable-torrent-mimetype && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${KDE_PREFIX} make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
To do ...
Install the package
To do ...
64Bit
Compile the package:
export USE_ARCH=64 && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${KDE_PREFIX} --libdir=${KDE_PREFIX}/lib64 make
Install the package
make install && unset USE_ARCH
Contents
Installed Programs: | ktorrent, ktupnptest, kttorinfo, ktcachecheck |
---|---|
Installed Libraries: | libktorrent.la, /usr/lib/kde3/ktsearchplugin.la, /usr/lib/kde3/ktinfowidgetplugin.la, /usr/lib/kde3/ktipfilterplugin.la, /usr/lib/kde3/ktlogviewerplugin.la, /usr/lib/kde3/ktupnpplugin.la, /usr/lib/kde3/ktpartfileimportplugin.la, /usr/lib/kde3/ktschedulerplugin.la, /usr/lib/kde3/ktscanfolderplugin.la, /usr/lib/kde3/ktrssfeedplugin.la, /usr/lib/kde3/ktwebinterfaceplugin.la, /usr/lib/kde3/ktzeroconfplugin.la |
Installed Directory: | /usr/share/apps/ktorrent |