How to obtain Kard
Kard is only in the SVN KDE repository in trunk/playground/edu.
Tarballs
Untar the package and install it using the following commands in a terminal:$ tar jxvf kard-0.1*.tar.bz2 $ cd kard-0.1 $ ./configure $ make $ su -c 'make install'cvs HEAD source
kard-0.1.tar.bz2
3.2 beta 1 source
kard-0.1-3.2beta1.tar.bz2
3.1.4 with qt-3.2 source
kard-0.1-3.1.tar.bz2
Get Kard from SVN for next KDE 3.5
You need qt-3.3.4 and kdelibs from the KDE SVN repository.
$ cd branches/KDE/3.5/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/kard
$ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
$ make -f Makefile.cvs
$ ./configure --prefix=$KDEDIR
$ cd kard
$ 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