How to obtain KLatin
Since KDE 3.3, KLatin is officially part of the kdeedu module, so you can get it by installing its package of your disto. Moreover, you can get and recompile it from the svn repository.
Get KLatin for KDE 3.5
You need qt-copy and kdelibs at least from CVS HEAD.
$ svn co -N svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdeedu
$ cd kdeedu
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdeedu/klatin
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
$ make -f Makefile.cvs
$ ./configure --prefix=$KDEDIR
$ cd klatin
$ make
$ su -c 'make install'
Please don't forget to set your QTDIR and KDEDIR variables to point to the correct dir.
Last update: 2008-01-11
The KDE Education Project