aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-21 22:49:11 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-29 22:26:22 +0000
commitc7d76a143c942de9f9556e6a272c3624955b4bb9 (patch)
tree20c165d76595d85a6b02a09f2376dacdd968ba4d
parent167b640188a4ade1ef4a7c087541cbf63da0de57 (diff)
downloadimv-c7d76a143c942de9f9556e6a272c3624955b4bb9.tar.gz
Update README
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index ecb8582..18f5b39 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Features
* Photoshop PSD files
* Animated GIFS
* Various RAW formats
+ * SVG
* Configurable key bindings and behaviour
Example Usage
@@ -91,12 +92,12 @@ cycling through the list.
Installation
------------
-`imv` depends on `pthreads`, `FontConfig`, `SDL2`, `SDL_TTF`, `FreeImage`,
-and `asciidoc`.
-
-On Debian derivatives, you want:
-`libsdl2-dev libfreeimage-dev libsdl2-ttf-dev libfreeimage3 libfontconfig1-dev`
+`imv` depends on `pthreads`, `FontConfig`, `SDL2`, `SDL_TTF` and `asciidoc`.
+Additional dependencies are determined by which backends are selected when
+building `imv`. You can find a summary of which backends are available and
+control which ones `imv` is built with in [config.mk](config.mk)
+ $ $EDITOR config.mk
$ make
# make install