Installation
Version 0.7.0 and later
KCall is using the KDE 4 environment now. As part of the porting effort we switched our buildsystem over to CMake. Download the sources and run the following commands:
mkdir build; cd build
cmake ..
make
make install
You can then start kcall.
Pre 0.7.0 versions:
KCall is developed an tested with KDE 3.4. Download the source code and run the following commands:
./configure
make
make install
You can then start kcall. It will automatically also start its backend kcallapplet.
|