this post was submitted on 01 Jul 2023
2 points (100.0% liked)
KDE
112 readers
11 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When installing from source you need to install the build dependencies. In this case it's looking for the Qt5 or 6 development package.
Oh, I see. okay, well I have a new error now:
Again, build dependencies. Please read the error message, it tells you exactly what you're missing.
Note that installing from source like that is not recommended, it's better to use your distributions package manager.
It is not in the package manger. I am also very confused because it lists a ton of packages that I already have installed.
You're missing the build headers of those dependencies. Depending on the distribution it's often called something like
<packagename>-dev
or<packagename>-devel
. And what distribution is this that doesn't have Haruna?Indeed this is the fun part when compiling software. You need to find each of the packages that provide these. Depending on the distro, some provide an easy way to do this. What are you using?
Void Linux.