summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-02-10 08:35:05 +0100
committerManuel Bentele2021-02-10 08:35:05 +0100
commita86206dfabe10e4ab5483ed5604d9cf3f78492de (patch)
treeb0c9b5c312d69a969618343b75de9433ec3918e4
parent[BUILD] add support for FreeBSD 12.2 and upcoming 13.x (diff)
downloaddnbd3-a86206dfabe10e4ab5483ed5604d9cf3f78492de.tar.gz
dnbd3-a86206dfabe10e4ab5483ed5604d9cf3f78492de.tar.xz
dnbd3-a86206dfabe10e4ab5483ed5604d9cf3f78492de.zip
[BUILD] add support for AlmaLinux 8
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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 \