From 34f4d654d3f05ad49b2ad28b2f26abeb64ca11a0 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 28 Jun 2024 15:54:39 +0900 Subject: [PATCH] Add an entry for AlmaLinnux --- install-build-deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-build-deps.sh b/install-build-deps.sh index 8e5568fa..18539e31 100755 --- a/install-build-deps.sh +++ b/install-build-deps.sh @@ -43,6 +43,9 @@ clear-linux-*) swupd update swupd bundle-add c-basic diffutils ;; +almalinux-*) + dnf install -y gcc-toolset-13-gcc-c++ gcc-toolset-13-libstdc++-devel cmake diffutils + ;; *) echo "Error: don't know anything about build dependencies on $ID-$VERSION_ID" exit 1