Merge pull request #288 from tux3/patch-1

docs: udev.pc now in systemd-dev on Debian
This commit is contained in:
koverstreet 2024-06-01 12:33:10 -04:00 committed by GitHub
commit cafd2226a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \