Version 2.0.3.
[kdbg.git] / README
blob93b83cc08fbec5b1e88220bb336a19c956a8b3f8
1 This is KDbg, a graphical user interface around gdb using
2 KDE, the K Desktop Environment.
4 To install:
6         ./configure
7         make
8         make install
10 To compile and install for KDE 2 and Qt 2.x:
12         ./configure --with-kde-version=2
13         make
14         make install
17 Problem reports as well as success stories are welcome!
19 The homepage is at
21         http://members.nextra.at/johsixt/kdbg.html
23 You'll find the most recent version of KDbg there as well as
24 other useful information concerning debugging.
26 Johannes.Sixt@telecom.at