Installation from packages
In Ubuntu 9.10 it's recommended to install plugin from PPA, by addition
ppa:alexey-noskov/kde into your Software Sources. Package name is
kopete-antispam.
Information about PPA:
https://launchpad.net/~alexey-noskov/+archive/kde
Installation from sources
To install plugin you need:
- Install kopete headers. In Ubuntu it's kdenetwork-dev package, in Debian - libkopete-dev.
- Download latest source
- Untar it
-
For KDE4 version:
cmake -DCMAKE_INSTALL_PREFIX=<Path to KDE4> .
make
sudo make install
In Ubuntu and Debian in CMAKE_INSTALL_PREFIX you should pass /usr.
For KDE3 version call in console:
./configure
make
sudo make install
- Restart Kopete
- Enjoy!