diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index bd0584f..0b1b04f 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ fastiv ====== 'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally -RAW pictures. Currently, it's not particularly usable. +RAW and SVG pictures. Currently, it's not particularly usable. Non-goals --------- @@ -19,7 +19,7 @@ Building and Running -------------------- Build dependencies: Meson, pkg-config + Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4, -libturbojpeg, LibRaw (optional) +libturbojpeg, LibRaw (optional), librsvg-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |