Download

Current Release

The current release 0.5 is a beta version. See the current ChangeLog for details.

Search

with all the words
with the exact phrase
with at least one of the words
without the words

Search
File Description Date Uploaded
kcall-0.7.0.tar.gz  ·  gz/127kB KCall version 0.7.0 8/2/2007
kcall 0.5.2  ·  bz2/2MB Bugfix Release 7/10/2005
kcall 0.5.1  ·  bz2/2MB Bugfix-Release 7/10/2005
kcall 0.5  ·  bz2/2MB Initial release of kcall 7/10/2005

Development Version

The development is carried out in KDE's subversion repository. You can check it out from trunk/playground/pim/kcall.

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.

License

The KPhone code is licensed under the LGPL license.