Update the documentation to match the new Program Arguments dialog.
[kdbg.git] / README
blob03dbbbeb5b169d84ab99b8eb1521ddc4ec8c20df
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://www.kdbg.org/
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