diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 01:47:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 01:47:30 +0200 |
commit | 239e873a38fa91a3fbd27e134bda015922abbabd (patch) | |
tree | d7c79f740bce93768ee78b6b787c83a2115b047f /README | |
download | kdbg-239e873a38fa91a3fbd27e134bda015922abbabd.tar.gz kdbg-239e873a38fa91a3fbd27e134bda015922abbabd.zip |
Initial import
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +This is KDbg, a graphical user interface around gdb using +KDE, the K Desktop Environment. + +To install: + + ./configure + make + make install + +Problem reports as well as success stories are welcome! + +The homepage is at + + http://www.kdbg.org/ + +You'll find the most recent version of KDbg there as well as +other useful information concerning debugging. + +Johannes Sixt <j6t@kdbg.org> |