diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-16 07:38:42 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-16 08:51:29 +0100 |
commit | 9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d (patch) | |
tree | 0cdf448899f2c2714d2ffd00b83c1b2541ac4afc /README.adoc | |
parent | 11b796945941d33beff624dabdbb20fbc0aabe3c (diff) | |
download | fiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.tar.gz fiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.tar.xz fiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.zip |
Make this work at all in macOS/Homebrew
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 f196ef2..dde19d4 100644 --- a/README.adoc +++ b/README.adoc @@ -18,8 +18,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, pixman-1, shared-mime-info, spng>=0.7.0, -libturbojpeg, LibRaw (optional), librsvg-2.0 (optional), +Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, +spng>=0.7.0, libturbojpeg, LibRaw (optional), librsvg-2.0 (optional), gdk-pixbuf-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git |