diff options
author | 2025-07-27 20:03:52 +0200 | |
---|---|---|
committer | 2025-07-27 20:05:04 +0200 | |
commit | 673633314b708a04a51595cbf0212ee6db6a774a (patch) | |
tree | 64766f1d273e86f8dc21793883484ed46fee81c8 | |
parent | b8bd73a7fd2724bc55ec4a4f6d431c8906cb73ff (diff) | |
download | pacredir-main.tar.gz pacredir-main.tar.zst |
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,7 +34,12 @@ To compile and run `pacredir` you need: * [curl ↗️](https://curl.haxx.se/) * [iniparser ↗️](https://github.com/ndevilla/iniparser) * [darkhttpd ↗️](https://unix4lyfe.org/darkhttpd/) + +And these are build time or make dependencies: + * [markdown ↗️](https://daringfireball.net/projects/markdown/) (HTML documentation) +* [librsvg ↗️](https://wiki.gnome.org/Projects/LibRsvg) (render the favicon) +* [oxipng ↗️](https://github.com/shssoichiro/oxipng) (optimize the favicon) `Arch Linux` installs development files for the packages by default, so no additional development packages are required. |