SGC
June 19th, 2005, 10:39 PM
KTorrent is a new bittorrent client for KDE. It's has the following feature:
- Downloads torrent files
- Upload speed capping,
- Web-based bittorent search engine
- Support for UDP Trackers.
Screenshots of the program (http://ktorrent.pwsp.net/pics.php)
Install checkinstall:
sudo apt-get install checkinstall
Download the source package:
wget http://ktorrent.pwsp.net/downloads/ktorrent-1.0.tar.gz
Extract the archive:
tar -xvzf ktorrent-1.0.tar.gz
Navigate to the extracted folder:
cd ktorrent-1.0
Configure the package, using this command:
./configure
Or this (for faster compilation):
./configure --enable-final
Note: if you does not compile a KDE based package before, you will get an error message complaining about missing KDE/QT headers or libraries files. To fix this problem, install the following packages:
sudo apt-get install libqt3-mt-dev kdelibs4-dev
Compile the package:
make
Install the package:
sudo checkinstall -D make install
You will find the program in the following place:
Kmenu > Internet > Bittorent Client (KTorrent)
- Downloads torrent files
- Upload speed capping,
- Web-based bittorent search engine
- Support for UDP Trackers.
Screenshots of the program (http://ktorrent.pwsp.net/pics.php)
Install checkinstall:
sudo apt-get install checkinstall
Download the source package:
wget http://ktorrent.pwsp.net/downloads/ktorrent-1.0.tar.gz
Extract the archive:
tar -xvzf ktorrent-1.0.tar.gz
Navigate to the extracted folder:
cd ktorrent-1.0
Configure the package, using this command:
./configure
Or this (for faster compilation):
./configure --enable-final
Note: if you does not compile a KDE based package before, you will get an error message complaining about missing KDE/QT headers or libraries files. To fix this problem, install the following packages:
sudo apt-get install libqt3-mt-dev kdelibs4-dev
Compile the package:
make
Install the package:
sudo checkinstall -D make install
You will find the program in the following place:
Kmenu > Internet > Bittorent Client (KTorrent)