aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2020-01-16 12:16:33 +0100
committerBert Münnich <ber.t@posteo.de>2020-01-16 12:36:26 +0100
commit8494b436359eec2abcaa24c21f36ab8b069eb4fa (patch)
tree8b79643b21ae8e4282db567dd475a9c236cc476e
parentd9e60cb4c0cf7433b9c163c083899565aab88c4d (diff)
downloadnsxiv-8494b436359eec2abcaa24c21f36ab8b069eb4fa.tar.zst
Document dependencies
Fixes issues #378 and #374.
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49b671b..beaa328 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,27 @@ Screenshots
![Thumb](http://muennich.github.com/sxiv/img/thumb.png "Thumb mode")
-Installation
+Dependencies
------------
+sxiv requires the following software to be installed:
+
+ * Imlib2
+ * X11
+ * Xft
+ * freetype2
+ * fontconfig
+ * giflib (optional, disabled with `HAVE_GIFLIB=0`)
+ * libexif (optional, disabled with `HAVE_LIBEXIF=0`)
+
+Please make sure to install the corresponding development packages in case that
+you want to build sxiv on a distribution with separate runtime and development
+packages (e.g. *-dev on Debian).
+
+
+Building
+--------
+
sxiv is built using the commands:
$ make