Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-dependencies.sh: add more packages for static linkage #1997

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ debian_packages=(
libpciaccess-dev
libcrypto++-dev
libboost-all-dev
libunistring-dev
libxml2-dev
xfslibs-dev
libgnutls28-dev
liblz4-dev
libsctp-dev
libudev-dev
liburing-dev
gcc
make
Expand Down Expand Up @@ -78,6 +80,7 @@ redhat_packages=(
libxml2-devel
xfsprogs-devel
gnutls-devel
libunistring-devel
lksctp-tools-devel
lz4-devel
liburing-devel
Expand All @@ -86,6 +89,7 @@ redhat_packages=(
meson
python3
python3-pyelftools
systemd-devel
systemtap-sdt-devel
libtool
cmake
Expand Down