Replies: 1 comment
-
Ah this is incredible! Thank you 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve created a table but couldn’t find the proper way to contribute it to the documentation, so I’ll leave it here.
Build Dependencies for Different Distributions
Notes:
openSUSE Leap provides both WebKitGTK 4.0 and 4.1, but we use
libwebkit2gtk-4_1-0
.Fedora had only
webkit2gtk4.0
up to version 39; starting from Fedora 40,webkit2gtk4.1
is available.On RHEL / AlmaLinux / Rocky / CentOS (8 and 9),
webkit2gtk3
corresponds to ABI 4.0; 4.1 is not yet available.Arch Linux offers both
webkit2gtk
andwebkit2gtk-4.1
, but for the new ABI we use the latter.Build Tags:
As a result, use the
-tags webkit2_40
build tag only for RHEL-based systems.All other distributions already support the modern version, so use
-tags webkit2_41
for them.This table reflects the current state of repositories and packages as of May 2025.
nfpm config examles
For RHEL and older other
For Debian 12 / Ubuntu 22.04 (and newer) , SUSE , Arch Linux :
For Fedora 40+
Summary, your need 3 different files for different distro
Beta Was this translation helpful? Give feedback.
All reactions