mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 13:50:00 +00:00
10 lines
386 B
Bash
10 lines
386 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Git and GitHub CLI
|
|
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 libtool nasm ninja-build patchelf perl-FindBin perl-IPC-Cmd perl-lib qt6-qtbase-devel \
|
|
qt6-qttools-devel qt6-qtwayland-devel tar unzip zip zlib-ng-compat-static
|