KTp/Components/Buddy List
< KTp
This wiki-page is a work in progress, check back soon!
Here's how to get the current code up and running:
git clone kde:clones/telepathy-contact-list/mklapetek/telepathy-contact-list-new telepathy-contact-list
cd telepathy-contact-list
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull
Now if you're running 64bit system, use this cmake command:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 ..
After successfull cmake, do make
then you can do sudo make install
and run it by telepathy_contactlist_prototype
or you can simply run it by typing ./telepathy_contactlist_prototype