summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTux3 <tux3@users.noreply.github.com>2024-06-01 11:52:24 +0200
committerGitHub <noreply@github.com>2024-06-01 11:52:24 +0200
commit697c79fa7c4d51f579e16f8b6638446195fd2e3c (patch)
tree82ebe350ec7dda8bc7fe21daf9dffde7b55fb14e
parent4676269d2d8199ef863716ba5480027a52b997a3 (diff)
docs: udev.pc now in systemd-dev on Debian
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 977f6456..6aef12c5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -34,6 +34,11 @@ apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
python3 python3-docutils libclang-dev debhelper dh-python
```
+Starting from Debian Trixie and Ubuntu 23.10, you will additionally need:
+```shell
+apt install -y systemd-dev
+```
+
Fedora: install the "Development tools" group along with:
```shell
dnf install -y libaio-devel libsodium-devel \