diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-17 20:42:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-04 23:17:34 +0200 |
commit | 58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9 (patch) | |
tree | 478d9406c0a2d003c8692765da52fbb36ba77b5f /README.adoc | |
parent | f21100fb02e219dc80fce7211c1f86174d4b1c03 (diff) | |
download | fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.tar.gz fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.tar.xz fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.zip |
Enable directory browsing
Extracting the appropriate globs from the MIME database.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 111380d..851df6d 100644 --- a/README.adoc +++ b/README.adoc @@ -46,7 +46,8 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- Build dependencies: Meson, pkg-config + -Runtime dependencies: gtk+-3.0, libturbojpeg, LibRaw (optional) +Runtime dependencies: gtk+-3.0, libturbojpeg, LibRaw (optional), +shared-mime-info $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |