Show the build dependencies in the README - #59
Open
chucktilbury wants to merge 2 commits into
Open
Conversation
Added installation instructions for Debian 6.12.
hartwork
suggested changes
Apr 4, 2026
hartwork
left a comment
Contributor
There was a problem hiding this comment.
@chucktilbury the current form seems to hurt more than help, please see details below. I recommend to clarify with @j6t what the requirements would be, and then I can jump back in for detailed review as needed.
|
|
||
| Johannes Sixt <j6t@kdbg.org> | ||
|
|
||
| Build dependencies for Debian 6.12 |
Contributor
There was a problem hiding this comment.
Did you mean Debian 12? Latest stable "trixie" is Debian 13, and I don't consider anything older than 13 to be worth supporting, personally.
| Johannes Sixt <j6t@kdbg.org> | ||
|
|
||
| Build dependencies for Debian 6.12 | ||
| sudo apt install libkf6iconthemes-dev libkf6xmlgui-dev libkf6windowsystem-dev |
Contributor
There was a problem hiding this comment.
That's not all direct dependencies, as far as CI is concerned:
kdbg/.github/workflows/linux.yml
Lines 53 to 85 in 8268e3c
Author
|
Sorry, I misread the version info. That is the kernel version.
uname -a:
Linux ------ 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64 GNU/Linux
/etc/mx-version
MX-25.1_Xfce_x64 Infinity Nov 9, 2025
/etc/debian-version
13.4
Those libraries are not installed by default since I am using XFCE. IDK whether my pull req is worth anything, but I need to figure this out ever time I do a major update on the OS.
In any case, thanks very much for maintaining the repo. I really appreciate it.
All the best,
Chuck Tilbury
…On Saturday, April 4th, 2026 at 5:46 PM, Sebastian Pipping ***@***.***> wrote:
@hartwork requested changes on this pull request.
***@***.***(https://github.com/chucktilbury) the current form seems to hurt more than help, please see details below. I recommend to clarify with ***@***.***(https://github.com/j6t) what the requirements would be, and then I can jump back in for detailed review as needed.
---------------------------------------------------------------
In [README](#59 (comment)):
> @@ -25,3 +25,6 @@ The homepage is at
https://www.kdbg.org/
Johannes Sixt ***@***.***>
+
+Build dependencies for Debian 6.12
Did you mean Debian 12? Latest stable "trixie" is Debian 13, and I don't consider anything older than 13 to be worth supporting, personally.
---------------------------------------------------------------
In [README](#59 (comment)):
> @@ -25,3 +25,6 @@ The homepage is at
https://www.kdbg.org/
Johannes Sixt ***@***.***>
+
+Build dependencies for Debian 6.12
+sudo apt install libkf6iconthemes-dev libkf6xmlgui-dev libkf6windowsystem-dev
That's not all direct dependencies, as far as CI is concerned:
https://github.com/j6t/kdbg/blob/8268e3cf04fe0cb8bfba756bc14ab8ddeb09dab7/.github/workflows/linux.yml#L53-L85
—
Reply to this email directly, [view it on GitHub](#59 (review)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA5YUY4H5TMOZCRPYEHJWEL4UGGEBAVCNFSM6AAAAACXM37PYSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DANJYHEYDOMBRG4).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Owner
|
Thank you for your contribution. A few comments.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a couple of lines in the README to show the build dependencies for a recent Debian system.