KDbg 2.9.0.
[kdbg.git] / README
blob0680bf3098b342d781fb529c2f06bb73b87d548f
1 This is KDbg, a graphical user interface around gdb using
2 KDE, the K Desktop Environment.
4 To install:
6         cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 .
7         make
8         sudo make install
10 (Make sure your KDE is installed in /opt/kde4; adjust the path
11 to suit your system. On some systems it is /usr.)
13 Problem reports as well as success stories are welcome!
15 The homepage is at
17         http://www.kdbg.org/
19 You'll find the most recent version of KDbg there as well as
20 other useful information concerning debugging.
22 Johannes Sixt <j6t@kdbg.org>