aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2025-07-27 20:03:52 +0200
committerGravatar Christian Hesse <mail@eworm.de>2025-07-27 20:05:04 +0200
commit673633314b708a04a51595cbf0212ee6db6a774a (patch)
tree64766f1d273e86f8dc21793883484ed46fee81c8
parentb8bd73a7fd2724bc55ec4a4f6d431c8906cb73ff (diff)
downloadpacredir-main.tar.gz
pacredir-main.tar.zst
README: add all make dependenciesHEADmain
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 831fa6f..0e870bb 100644
--- a/README.md
+++ b/README.md
@@ -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.