Update README

This commit is contained in:
Harry Jeffery 2019-01-21 22:49:11 +00:00
parent 167b640188
commit c7d76a143c

View file

@ -12,6 +12,7 @@ Features
* Photoshop PSD files * Photoshop PSD files
* Animated GIFS * Animated GIFS
* Various RAW formats * Various RAW formats
* SVG
* Configurable key bindings and behaviour * Configurable key bindings and behaviour
Example Usage Example Usage
@ -91,12 +92,12 @@ cycling through the list.
Installation Installation
------------ ------------
`imv` depends on `pthreads`, `FontConfig`, `SDL2`, `SDL_TTF`, `FreeImage`, `imv` depends on `pthreads`, `FontConfig`, `SDL2`, `SDL_TTF` and `asciidoc`.
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
On Debian derivatives, you want: control which ones `imv` is built with in [config.mk](config.mk)
`libsdl2-dev libfreeimage-dev libsdl2-ttf-dev libfreeimage3 libfontconfig1-dev`
$ $EDITOR config.mk
$ make $ make
# make install # make install