How to obtain KLettres
KLettres should be included with your distribution in the kdeedu package.
Latest code is in SVN repository (will ship with KDE 3.5).
Get KLettres from SVN fro KDE 3.5
You need kdelibs at least from SVN HEAD. KLettres is in the kdeedu module. Here is how you can compile KLettres without having to check out the whole kdeedu module.
$ 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/lettres
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdeedu/libkdeedu
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
$ make -f Makefile.cvs
$ ./configure --prefix=$KDEDIR
$ cd libkdeedu
$ make
$ su -c 'make install'
$ cd ..
$ cd klettres
$ make
$ su -c 'make install'
Please don't forget to set your QTDIR and KDEDIR variables to point to the correct dirs.
Author: Anne-Marie Mahfouf
Last update: 2008-01-11
The KDE Education Project