How to obtain Kalcul
Kalcul is only in SVN trunk (HEAD), in the playground/edu module.
Get Kalcul from the SVN repository for KDE 3.5
You need qt-copy and kdelibs at least from SVN. You also need playground/edu/widgets where the kclock widget is.
$ cd trunk/playground
$ svn co -N svn://anonsvn.kde.org/home/kde/trunk/playground/edu
$ cd edu
$ svn co svn://anonsvn.kde.org/home/kde/trunk/playground/edu/widgets
$ svn co svn://anonsvn.kde.org/home/kde/trunk/playground/edu/kalcul
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
$ make -f Makefile.cvs
$ ./configure --prefix=$KDEDIR
$ cd widgets
$ make
$ su -c 'make install'
$ cd ..
$ cd kalcul
$ make
$ su -c 'make install'
Please don't forget to set your QTDIR and KDEDIR variables to point to the correct dir.
Author: Anne-Marie Mahfouf
Last update: 2008-01-11
The KDE Education Project