HOWTO: Compile Telepathy/Tapioca qt

1 - Get Gabble connection Manager

  http://telepathy.freedesktop.org/releases/telepathy-gabble/

Use glib and LoudMouth

For Kubuntu/Ubuntu users do:
 apt-get install libloudmouth1-dev

For latest loudmouth:
 http://ftp.imendio.com/pub/imendio/loudmouth/src/

start Gabble like this
 GABBLE_PERSIST=1 telepathy-gabble &

Also setting TELEPATHY_DATA_PATH helps:
 TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/

2 - Get Tapioca-qt and Telepathy-qt

svn co https://tapioca-voip.svn.sourceforge.net/svnroot/tapioca-voip/trunk/telepathy-qt
svn co https://tapioca-voip.svn.sourceforge.net/svnroot/tapioca-voip/trunk/tapioca-qt

Both use CMake so it's the same way to compile a KDE module.
