diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-18 13:18:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-18 13:18:31 +0200 |
commit | 47f064f44d150fe1d27ef82af65a30cc32898fa8 (patch) | |
tree | 3d502155de5a1e0b7232ee1c10c97e217f0bdfea /README.md | |
parent | 7126cae4fd856c5bd7d9ad67abcb535fadcf391c (diff) | |
download | netlink-notify-47f064f44d150fe1d27ef82af65a30cc32898fa8.tar.gz netlink-notify-47f064f44d150fe1d27ef82af65a30cc32898fa8.tar.zst |
Makefile: make oxipng optional
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ To compile and run `netlink-notify` you need: * [linux](https://www.kernel.org/) * [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation) * [librsvg](https://wiki.gnome.org/Projects/LibRsvg) (convert icons from SVG to PNG) +* [oxipng](https://github.com/shssoichiro/oxipng) (optimize PNG icons) Some systems may require additional development packages for the libraries. Look for `libnotify-devel` or similar. |