diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-17 21:16:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-17 21:16:44 +0200 |
commit | fe72c2afd29d5be3755a5c13f8f9d845ecf6a4d3 (patch) | |
tree | 327508a6fd75c4e4aa1536c25142c759ac87cebf | |
parent | cdeb3a77ab58cc718e4505e2464611774c25aa4d (diff) | |
download | udev-block-notify-fe72c2afd29d5be3755a5c13f8f9d845ecf6a4d3.tar.gz udev-block-notify-fe72c2afd29d5be3755a5c13f8f9d845ecf6a4d3.tar.zst |
add hint about libnotify-devel
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ To compile and run `udev-block-notify` you need: * [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) Some systems may require additional development packages for the libraries. -Look for `systemd-devel`, `libudev-devel` or similar. +Look for `libnotify-devel`, `systemd-devel`, `libudev-devel` or similar. Build and install ----------------- |