mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
23 lines
524 B
Text
23 lines
524 B
Text
![]() |
This is KDbg, a graphical user interface around gdb using
|
||
|
KDE, the K Desktop Environment.
|
||
|
|
||
|
To install:
|
||
|
|
||
|
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 .
|
||
|
make
|
||
|
sudo make install
|
||
|
|
||
|
(Make sure your KDE is installed in /opt/kde4; adjust the path
|
||
|
to suit your system. On some systems it is /usr.)
|
||
|
|
||
|
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>
|