Menu

Tree [53f317] master maint kdbg-3.2.0 /
 History

HTTPS access


File Date Author Commit
 .github 2025-08-15 Sebastian Pipping Sebastian Pipping [a62ce6] debian_package.yml: Address conflicts for ubunt...
 debian 7 days ago Johannes Sixt Johannes Sixt [53f317] KDbg 3.2.0.
 kdbg 7 days ago Johannes Sixt Johannes Sixt [53f317] KDbg 3.2.0.
 po 7 days ago Johannes Sixt Johannes Sixt [b30ba5] 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 7 days ago Johannes Sixt Johannes Sixt [53f317] KDbg 3.2.0.
 COPYING 2001-09-29 Johannes Sixt Johannes Sixt [6bd490] Upgraded the build system for KDE2.
 README 2025-08-15 Johannes Sixt Johannes Sixt [530e3f] Update build instructions in the README to ment...
 ReleaseNotes-3.2.0.md 7 days ago Johannes Sixt Johannes Sixt [53f317] KDbg 3.2.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:

	mkdir build
	cd build
	cmake -DBUILD_FOR_KDE_VERSION=6 ..
	make
	sudo make install

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

	cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FOR_KDE_VERSION=6 ..

The KDE header files libraries must be available. Make sure
that the development packages are installed. To build for the older
version 5 of the KDE Framework, use

	cmake -DBUILD_FOR_KDE_VERSION=5 ..

The homepage is at

	https://www.kdbg.org/

Johannes Sixt <j6t@kdbg.org>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.