From 20e11dfb21ff12589ecc3df4301b333135e5a4fc Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 10 Feb 2021 10:02:51 +0100 Subject: Add support for AlmaLinux 8 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dc8f0b6..043b85b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ and the user space utility **xlosetup** to configure xloop devices. The xloop Li - 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** ## Build @@ -79,6 +80,18 @@ yum install git \ rpm-build ``` +#### AlmaLinux 8 with Linux kernel 4.18.x +```shell +yum install git \ + make \ + cmake \ + gcc \ + kernel-devel \ + elfutils-libelf-devel \ + libcap-devel \ # required only in Debug build configuration + rpm-build +``` + ### Preparation Before a build takes place, you should create a `build` directory inside the root folder of the repository. After that, change your working directory to that new directory as follows: -- cgit v1.2.3-55-g7522