Add systemd-devel for Fedora Linux dependencies (#528)

It is required for the dependency crate libudev-sys (error about missing libudev.pc)
This commit is contained in:
Léo Gillot-Lamure 2020-09-21 22:53:17 +02:00 committed by GitHub
parent 295e1f0a18
commit d562063abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
## Fedora 32
```bash
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
```
## Arch / Manjaro