Updated documentation.
[kdbg.git] / README
blob2352ae85a8d77e31a44b706419542ee7160f1e27
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.telecom.at/~johsixt/
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