kde-playground/kdbg
Ivailo Monev 681126269e generic: build fixes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-30 23:22:48 +02:00
..
kdbg generic: build fixes 2020-12-30 23:22:48 +02:00
po generic: build fixes 2020-12-30 23:22:48 +02:00
BUGS kdbg: rename directory 2015-02-25 17:41:30 +00:00
CMakeLists.txt generic: build fixes 2020-12-30 23:22:48 +02:00
COPYING kdbg: rename directory 2015-02-25 17:41:30 +00:00
README kdbg: rename directory 2015-02-25 17:41:30 +00:00
TODO kdbg: rename directory 2015-02-25 17:41:30 +00:00

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>