How to obtain KMathTool
KMathTool for KDE 3.x is in SVN trunk, in the playground/edu module.
Get KMathTool from the SVN repository
$ svn co -N svn://anonsvn.kde.org/home/kde/trunk/playground/edu
$ cd edu
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
$ svn up kmathtool
$ make -f Makefile.cvs
$ ./configure --prefix=$KDEDIR
$ cd kmathtool
$ make
$ su -c 'make install'
Please don't forget to set your QTDIR and KDEDIR variables to point to the correct dir.
Author: Pino Toscano
Last update: 2008-01-11
The KDE Education Project