compile
[kdegraphics.git] / README
blob168090bcc2be2a2bbdd259eda13ccefce2a805b5
1 In this file:
3 * About kdegraphics
4 * Common Mistakes
5 * Debugging
6 * More Info
9 About kdegraphics
10 -----------------
11 kdegraphics is a collection of graphic oriented applications:
13 * doc
14     XML based documentation for the programs.
16 * gwenview
17     Image viewer.
19 * kamera
20     Digital camera io_slave for Konqueror. Together gPhoto this allows you
21     to access your camera's picture with the URL kamera:/
23 * kfile-plugins
24     Provide meta information for graphic files.
26 * kolourpaint
27     An easy-to-use paint program designed for everyday tasks like drawing
28     simple diagrams/logos/icons and editing screenshots.
29                      
30 * kruler
31     A ruler in inch, centimeter and pixel to check distances on the screen.
33 * ksnapshot
34     Make snapshots of the screen contents.
36 * libkscan
37     Library to access scanners used by kooka (and koffice), needs SANE to be
38     used
40 * okular
41     Document viewer; support different kinds of documents.
44 Common Mistakes
45 ---------------
46 If configure claims Qt cannot be found, have a look at http://www.trolltech.com
47 to get a copy of latest Qt 4.3.x version.
50 Debugging
51 ---------
52 You can use -DCMAKE_BUILD_TYPE=debugfull with the cmake command script, if you
53 want to have debug code in your KDE apps and libs. We recommend to do this,
54 since this is alpha software and this makes debugging things a whole lot
55 easier.
58 More Info
59 ---------
60 Please direct any bug reports to our bug list by visiting
61 http://bugs.kde.org.
63 General KDE discussions should go to the KDE mailing list (kde@kde.org).