summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-02-10 10:02:51 +0100
committerManuel Bentele2021-02-10 10:02:51 +0100
commit20e11dfb21ff12589ecc3df4301b333135e5a4fc (patch)
tree831e7fa97c22ae621ab37574a7792bd7c162a9e4 /README.md
parentAdd support of Linux LTS kernel 5.10.x (diff)
downloadxloop-20e11dfb21ff12589ecc3df4301b333135e5a4fc.tar.gz
xloop-20e11dfb21ff12589ecc3df4301b333135e5a4fc.tar.xz
xloop-20e11dfb21ff12589ecc3df4301b333135e5a4fc.zip
Add support for AlmaLinux 8
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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: