In this file:

* What it is
* Common Mistakes
* Debugging
* More Info

What it is
----------

* blinken: the KDE version of the well-known game Simon Says
* kalzium: periodic table of elements
* kanagram: an anagram game
* kbruch: fraction excercise trainer
* kgeography: geography learning program
* khangman: hangman game. The child should guess a word letter by letter.
* kig: interactive geometry
* kiten: japanese reference tool
* klatin: aims to help revise or learn Latin
* klettres: helps child to learn the alphabet and to read some syllables
* kmplot: mathematical function plotter
* kpercentage: math application to improve skills in calculating percentages
* kstars: desktop planetarium
* ktouch: program for learning touch typing
* kturtle: educational programming environment
* kverbos: tudy Spanish verb forms
* parley: vocabulary trainer
* kwordquiz: a powerful way to master new vocabularies

Common Mistakes
---------------

If CMake claims Qt cannot be found, have a look at http://www.trolltech.com
to get a copy of Qt 4.3.x or later.

Debugging
---------
To help the developers fixing bugs, especially crashses, we recommend running 
CMake with "MAKE_BUILD_TYPE=debugfull". This will included debug-information
in the applications and allow the developers to fix bugs.

More Info
---------

Have a look at the individual subdirectories, if you want to know, what
versions of apps are included.

Please direct any bug reports to our bug list by visiting
http://bugs.kde.org.

General KDE discussions should go to the KDE mailing list (kde@kde.org).

