summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoverstreet <kent.overstreet@gmail.com>2024-06-01 12:33:10 -0400
committerGitHub <noreply@github.com>2024-06-01 12:33:10 -0400
commitcafd2226a2ae966ec4869f64fa0cf10e4ec01167 (patch)
tree82ebe350ec7dda8bc7fe21daf9dffde7b55fb14e
parent4676269d2d8199ef863716ba5480027a52b997a3 (diff)
parent697c79fa7c4d51f579e16f8b6638446195fd2e3c (diff)
Merge pull request #288 from tux3/patch-1
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 \