Proof-reading.
[kdetoys.git] / README
blob1d92f82191bf20831bcc78c7a2dfbdfa43fa8d16
1 In this file:
3 * What it is
4 * Common Mistakes
5 * Debugging
6 * More Info
8 What it is
9 ----------
11 * amor: Amusing Misuse Of Resources put's comic figures above your windows
12 * kmoon: system tray applet showing the moon phase
13 * kteatime: system tray applet that makes sure your tea doesn't get too strong
14 * ktux: Tux-in-a-Spaceship screen saver
15 * kweather: kicker applet that will display the current weather outside
18 Common Mistakes
19 ---------------
21 If configure claims Qt cannot be found, have a look at http://www.trolltech.com
22 to get the latest copy of Qt 4.4.x version.
25 Debugging
26 ---------
28 You can use -DCMAKE_BUILD_TYPE=debugfull with the cmake command script, if you
29 want to have debug code in your KDE apps and libs. We recommend to do this,
30 since this makes debugging things a whole lot easier.
33 More Info
34 ---------
36 Have a look at the individual subdirectories, if you want to know, what
37 versions of apps are included.
39 Please direct any bug reports to our bug list by visiting
40 http://bugs.kde.org.
42 General KDE discussions should go to the KDE mailing list (kde@kde.org).