summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index a46423e..1e60477 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ The dnbd3 components can be built for the following Linux kernel versions and Un
- Archlinux with **Linux kernel 5.9.x** or **5.4.x**
- 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**
- FreeBSD 12.1 (only user space programs, eg. dnbd3-server)
@@ -50,6 +51,19 @@ apt-get install git \
Note that `afl` is not available on Ubuntu 20.04 and should be built from the [original sources](https://github.com/google/AFL).
+#### Ubuntu 18.04 with Linux kernel 4.19.x
+```shell
+apt-get install git \
+ make \
+ cmake \
+ gcc \
+ linux-headers-generic \
+ libfuse-dev \
+ libjansson-dev \
+ afl \
+ rpm
+```
+
#### CentOS 8 with Linux kernel 4.18.x
```shell
yum install git \