mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Add missing Fedora dependency
This PR adds the dependency `zlib-ng-compat-static` which is required for building on Fedora.
This commit is contained in:
parent
a4645060e6
commit
20e2cc12a8
Notes:
sideshowbarker
2024-07-18 23:47:09 +09:00
Author: https://github.com/alec3660 Commit: https://github.com/LadybirdBrowser/ladybird/commit/20e2cc12a83 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/692
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ sudo pacman -S --needed automake base-devel cmake ffmpeg libgl nasm ninja qt6-ba
|
|||
|
||||
### Fedora or derivatives:
|
||||
```
|
||||
sudo dnf install automake cmake libglvnd-devel nasm ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar autoconf-archive libavcodec-free-devel
|
||||
sudo dnf install automake cmake libglvnd-devel nasm ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar autoconf-archive libavcodec-free-devel zlib-ng-compat-static
|
||||
```
|
||||
|
||||
### openSUSE:
|
||||
|
|
Loading…
Reference in a new issue