diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -0,0 +1,54 @@ +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 +* keduca: creation and revision of form-based tests and exams. +* 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 using the Logo programming language +* kverbos: tudy Spanish verb forms +* kvoctrain: vocabulary trainer +* kwordquiz: a powerful way to master new vocabularies + +Common Mistakes +--------------- + +If configure claims Qt cannot be found, have a look at http://www.trolltech.com +to get a copy of latest Qt 3.3.x version. + +Debugging +--------- + +You can use --enable-debug with the configure script, if you want to have +debug code in your KDE apps and libs. I recommend to do this, since this +is alpha software and this makes debugging things a whole lot easier. + +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). + |