Warning, /network/ktp-accounts-kcm/INSTALL is written in an unsupported language. File is not indexed.
0001 This project has a cmake buildsystem which uses the KDE4 cmake macros. It will 0002 be very familiar to anyone who has built a KDE project before. 0003 0004 Qt 4.5 or later is required to compile this app. 0005 0006 This project depends on the following packages: 0007 kdelibs >= 4.2 (svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs) 0008 telepathyQt4 >= 0.1.8 (http://telepathy.freedesktop.org/releases/telepathy-qt4/) 0009 0010 To build, perform the usual cmake dance: 0011 0012 mkdir build && cd build 0013 cmake .. 0014 make && make install 0015 0016 Or alternatively, if you have the .bashrc file from KDE Techbase 0017 http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc 0018 you can simply run "cmakekde" to do everything by magic.