From a86206dfabe10e4ab5483ed5604d9cf3f78492de Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 10 Feb 2021 08:35:05 +0100 Subject: [BUILD] add support for AlmaLinux 8 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dd94229..b747b5d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The dnbd3 components can be built for the following Linux kernel versions and Un - Ubuntu 20.04 with **Linux kernel 5.4.x** - Ubuntu 18.04 with **Linux kernel 4.19.x** - CentOS 8 with **Linux kernel 4.18.x** + - AlmaLinux 8 with **Linux kernel 4.18.x** - FreeBSD 12.x and 13.x (only user space programs, eg. dnbd3-server) @@ -93,6 +94,23 @@ yum install git \ Note that `afl` is not available on CentOS 8 and should be built from the [original sources](https://github.com/google/AFL). +#### AlmaLinux 8 with Linux kernel 4.18.x +```shell +yum install git \ + make \ + cmake \ + gcc \ + kernel-devel \ + elfutils-libelf-devel \ + fuse-devel \ + jansson-devel \ + libatomic \ + rpm-build +``` + +Note that `afl` is not available on AlmaLinux 8 and should be built from the [original sources](https://github.com/google/AFL). + + #### FreeBSD 12.x and 13.x ```shell pkg install git \ -- cgit v1.2.3-55-g7522