mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Documentation: Add patchelf as a dependency for on Fedora
The provided patchelf from vcpkg is only version 0.14.3, which is too old to produce working binaries on Fedora 42. Using that old version causes hard to debug issues where applications segfault during startup.
This commit is contained in:
parent
5610f5a865
commit
3c8515a1a1
Notes:
github-actions[bot]
2025-05-08 09:22:18 +00:00
Author: https://github.com/ADKaster
Commit: 3c8515a1a1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4642
2 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ dnf install -y git gh
|
|||
|
||||
# Ladybird dev dependencies
|
||||
dnf install -y autoconf-archive automake ccache cmake curl google-noto-sans-mono-fonts liberation-sans-fonts libglvnd-devel \
|
||||
nasm ninja-build perl-FindBin perl-IPC-Cmd perl-lib qt6-qtbase-devel qt6-qtmultimedia-devel qt6-qttools-devel \
|
||||
nasm ninja-build patchelf perl-FindBin perl-IPC-Cmd perl-lib qt6-qtbase-devel qt6-qtmultimedia-devel qt6-qttools-devel \
|
||||
qt6-qtwayland-devel tar unzip zip zlib-ng-compat-static
|
||||
|
|
|
@ -84,7 +84,7 @@ sudo pacman -S --needed autoconf-archive automake base-devel ccache cmake curl l
|
|||
|
||||
### Fedora or derivatives:
|
||||
```
|
||||
sudo dnf install autoconf-archive automake ccache cmake curl liberation-sans-fonts libglvnd-devel nasm ninja-build perl-FindBin perl-IPC-Cmd perl-lib qt6-qtbase-devel qt6-qtmultimedia-devel qt6-qttools-devel qt6-qtwayland-devel tar unzip zip zlib-ng-compat-static
|
||||
sudo dnf install autoconf-archive automake ccache cmake curl liberation-sans-fonts libglvnd-devel nasm ninja-build patchelf perl-FindBin perl-IPC-Cmd perl-lib qt6-qtbase-devel qt6-qtmultimedia-devel qt6-qttools-devel qt6-qtwayland-devel tar unzip zip zlib-ng-compat-static
|
||||
```
|
||||
|
||||
### openSUSE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue