Build tips
Getting the compile off the ground
Make sure that you have the necessary development packages for your
distribution installed before you attempt to compile Kopete. If you don't have
the required packages installed, you won't be able to build all of the features in Kopete.
You should have the development packages for the following libraries and programs installed:
- Qt
- KDE
- libxml
- libxml2
- libxslt
- QCA 2
- libidn
- SQLite support in Qt
The Qt and KDE development packages are necessary for Kopete to compile, but all
others are optional. If they are not present, their depending features within
Kopete will not be built.
Errors compiling from SVN?
If you're using SVN you will often find that certain plugins or protocols
don't compile. If you can live without these protocols, you can disable
them from compilation so you can at least use the rest of Kopete. Simply
edit the CMakeLists.txt in the directory above the failing protocol/plugin (eg
if IRC won't compile, change kopete/protocol/CMakeLists.txt). Just use a '#' to
comment out the lines that you don't want.
[ Edit ]
Kopete Instant Messenger