Skip to content

Commit

Permalink
Add instructions for Red Hat-based distributions
Browse files Browse the repository at this point in the history
The package names on Red Hat distributions (e.g., Fedora, CentOS) are
less obvious. Adding this to the README may help some users. This was
tested on Fedora 32, but is probably similar for CentOS.
  • Loading branch information
dhardy authored and dcuddeback committed Oct 14, 2020
1 parent 5c308ba commit ab0c369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ distributions, execute the following command:
sudo apt-get install libudev-dev
```

For Red Hat distributions (e.g. Fedora):

```
sudo dnf install systemd-devel
```

`libudev` is a Linux-specific package. It is not available for Windows, OSX, or other operating
systems.

Expand Down

0 comments on commit ab0c369

Please sign in to comment.