File: INSTALL

package info (click to toggle)
ktp-accounts-kcm 17.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,920 kB
  • sloc: cpp: 7,656; sh: 33; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This project has a cmake buildsystem which uses the KDE4 cmake macros. It will
be very familiar to anyone who has built a KDE project before.

Qt 4.5 or later is required to compile this app.

This project depends on the following packages:
    kdelibs >= 4.2 (svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs)
    telepathyQt4 >= 0.1.8 (http://telepathy.freedesktop.org/releases/telepathy-qt4/)

To build, perform the usual cmake dance:

    mkdir build && cd build
    cmake ..
    make && make install

Or alternatively, if you have the .bashrc file from KDE Techbase
http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc
you can simply run "cmakekde" to do everything by magic.