diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-10-04 18:51:25 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-10-09 01:24:03 +0200 |
commit | 0317b88c879db481611027dc5d2a853fee632b1a (patch) | |
tree | ba78427fe68168bde3dd6759dd5c8b6681329079 /README.adoc | |
parent | 1431188e2704d5167ff3dd1e7d2e02db3a88795a (diff) | |
download | fiv-0317b88c879db481611027dc5d2a853fee632b1a.tar.gz fiv-0317b88c879db481611027dc5d2a853fee632b1a.tar.xz fiv-0317b88c879db481611027dc5d2a853fee632b1a.zip |
Don't require asciidoctor or a2x, import liberty
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 218ba82..79c3bf2 100644 --- a/README.adoc +++ b/README.adoc @@ -38,11 +38,12 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- -Build-only dependencies: Meson, pkg-config, asciidoctor or asciidoc + -Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, -libturbojpeg, libwebp + +Build-only dependencies: + Meson, pkg-config, asciidoctor or asciidoc (recommended but optional) + +Runtime dependencies: + gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, libturbojpeg, libwebp + Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libheif, libtiff, -ExifTool, resvg (unstable API, needs to be requested explicitly) + ExifTool, resvg (unstable API, needs to be requested explicitly) $ git clone --recursive https://git.janouch.name/p/fiv.git $ meson builddir |