KTp/Components/Buddy List: Difference between revisions
Appearance
< KTp
new content will be here soon |
|||
Line 10: | Line 10: | ||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 .. </code> | cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 .. </code> | ||
After successfull cmake, do <code>make</code> then you can do <code>sudo make install</code> and run it by <code>telepathy_contactlist_prototype</code> or you can simply run it by typing <code>./telepathy_contactlist_prototype</code> | After successfull cmake, do <code>make</code> then you can do <code>sudo make install</code> and run it by <code>telepathy_contactlist_prototype</code> or you can simply run it by typing (without the make install part) <code>./telepathy_contactlist_prototype</code> |
Revision as of 18:24, 28 February 2011
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 (without the make install part) ./telepathy_contactlist_prototype