Menu

Tree [d8813c] master /
 History

HTTPS access


File Date Author Commit
 .github 2024-05-24 Sebastian Pipping Sebastian Pipping [b5f861] linux.yml: Bump to Clang 18
 debian 2023-12-02 Johannes Sixt Johannes Sixt [7b9440] KDbg 3.1.0.
 kdbg 2023-12-09 Johannes Sixt Johannes Sixt [c01374] Remove a redundant set of parentheses around an...
 po 2023-12-03 Johannes Sixt Johannes Sixt [a00968] Update German translation.
 .gitignore 2022-08-07 Marius P Marius P [e8f1e7] .gitignore add support for clangd, vscode, kdes...
 BUGS 1999-08-07 Johannes Sixt Johannes Sixt [26812a] Recognize strings with repeated characters: 'x'...
 CMakeLists.txt 2023-12-02 Johannes Sixt Johannes Sixt [7b9440] KDbg 3.1.0.
 COPYING 2001-09-29 Johannes Sixt Johannes Sixt [6bd490] Upgraded the build system for KDE2.
 README 2023-10-24 Sebastian Pipping Sebastian Pipping [21deb1] Replace http:// by https:// where appropriate
 ReleaseNotes-3.1.0.md 2023-12-02 Johannes Sixt Johannes Sixt [7b9440] KDbg 3.1.0.
 TODO 2007-06-09 Johannes Sixt Johannes Sixt [090d0e] Some items of the TODO list have been completed.
 kdbg.spec 2023-10-24 Sebastian Pipping Sebastian Pipping [21deb1] Replace http:// by https:// where appropriate

Read Me

This is KDbg, a graphical user interface around GDB using
KDE, the K Desktop Environment.

To build and install:

	cmake .
	make
	sudo make install

It may be necessary to tell the install location explicitly,
then use, for example,

	cmake -DCMAKE_INSTALL_PREFIX=/usr .

The KDE header files libraries must be available. Make sure
that the development packages are installed.

The homepage is at

	https://www.kdbg.org/

Johannes Sixt <j6t@kdbg.org>