Re: 5.6.1 KDE Widget Style
Simon Walter <simon-zltWpXmlfYsH0/[email protected]> Thu, 8 Jul 2021 23:22:14 +0900
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 2021-07-08 22:09, René J.V. Bertin wrote: > On Thursday July 08 2021 12:56:23 Simon Walter wrote: > >> Looks like perhaps my system packages are too old. I'm running Devuan. >> So maybe something like Debian oldstable. > > FWIW, I built KDevelop 5.5.x or 5.6.x on Devuan "Beowulf" a couple months back. From memory that distribution is at KF5 5.54.0 or so. Aha! OK good to know. I'm still running Ascii. So when I have time to dist-upgrade, I'll try again. > > And re: KDevelop 5.5 : that version will actually build against KF5 5.28.0 (just check out the 5.5 branch). I'm tempted to say that there isn't a huge difference in feature parity between 5.5.2 and 5.6.2 . > > On Thursday July 08 2021 12:31:28 Sven Brauch wrote: >> yeah, I mean, this high complexity of the build process esp. on old >> systems is the specific reason we provide the AppImage, regardless of > > Yeah, updating the KF5 frameworks is a bitch if you have to do it manually (and probably a very lenghty process either way if your system is as old as the OS version it's running). > But supposing those distro-provided dependencies were all recent enough, a DebUntu user can just do `sudo apt-get build-dep kdevelop` (or whatever the KDevelop package name is) to pull in everything required to build a more recent KDevelop version. I don't think I'd call that complex. > I did try that first, but it said to git clone https://anonscm.debian.org/git/pkg-kde/kde-std/kdevelop.git in a post install message. I didn't go any further and thought to just build it with cmake.