Reset to the tagged CMakeLists.txt file from upstream and ported. The linker
[kdeedu-porting.git] / README
blob4e6513dcc5f4ab76e25c40624a3f0eb1c638c502
1 In this file:
3 * What it is
4 * Common Mistakes
5 * Debugging
6 * More Info
8 What it is
9 ----------
11 * blinken:     the KDE version of the well-known game Simon Says
12 * kalgebra:    mathematics: editor and plotting
13 * kalzium:     periodic table of elements
14 * kanagram:    an anagram game
15 * kbruch:      fraction excercise trainer
16 * kgeography:  geography learning program
17 * khangman:    hangman game. The child should guess a word letter by letter.
18 * kig:         interactive geometry
19 * kiten:       japanese reference tool
20 * klettres:    helps child to learn the alphabet and to read some syllables
21 * kmplot:      mathematical function plotter
22 * kpercentage: math application to improve skills in calculating percentages
23 * kstars:      desktop planetarium
24 * ktouch:      program for learning touch typing
25 * kturtle:     educational programming environment
26 * kwordquiz:   a powerful way to master new vocabularies
27 * marble:      a virtual globe
28 * parley:      vocabulary trainer
30 Common Mistakes
31 ---------------
33 If CMake claims Qt cannot be found, have a look at http://www.trolltech.com
34 to get a copy of Qt 4.3.x or later.
36 Debugging
37 ---------
38 To help the developers fixing bugs, especially crashses, we recommend running 
39 CMake with "MAKE_BUILD_TYPE=debugfull". This will included debug-information
40 in the applications and allow the developers to fix bugs.
42 More Info
43 ---------
45 Have a look at the individual subdirectories, if you want to know, what
46 versions of apps are included.
48 Please direct any bug reports to our bug list by visiting
49 http://bugs.kde.org.
51 General KDE discussions should go to the KDE mailing list (kde@kde.org).