Skip to content
Farom edited this page Sep 13, 2010 · 5 revisions

Dependancies

libqt4-xml
libqt4-dev
libkdepim4 ?
(help needed)

Installation

 $ git clone git://github.com/Farom/kfffeed.git
Initialized empty Git repository in /home/username/src/kfffeed/.git/ 

$ cd kfffeed/

$ cd src/build/

$ cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
[…]
-- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
-- Configuring done
-- Generating done
-- Build files have been written to: /home/username/src/build

$ make
Scanning dependencies of target kfffeed_automoc
[  0%] Built target kfffeed_automoc
Scanning dependencies of target kfffeed
[ 16%] Building CXX object CMakeFiles/kfffeed.dir/kfffeed_automoc.o
[ 33%] Building CXX object CMakeFiles/kfffeed.dir/main.o
[ 50%] Building CXX object CMakeFiles/kfffeed.dir/fritzboxphonenumber.o
[ 66%] Building CXX object CMakeFiles/kfffeed.dir/fritzboxphonebookcontact.o
[ 83%] Building CXX object CMakeFiles/kfffeed.dir/fritzboxphonebook.o
[100%] Building CXX object CMakeFiles/kfffeed.dir/qphonenumberstring.o
Linking CXX executable kfffeed
[100%] Built target kfffeed
Clone this wiki locally