From 697c79fa7c4d51f579e16f8b6638446195fd2e3c Mon Sep 17 00:00:00 2001 From: Tux3 Date: Sat, 1 Jun 2024 11:52:24 +0200 Subject: [PATCH] docs: udev.pc now in systemd-dev on Debian --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) 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 \