diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-07-14 07:09:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-09-15 17:30:16 +0200 |
commit | 97781f6af4e3c84ab6fc6d574bc0b992cea3baa9 (patch) | |
tree | e4a8c82e0e53eefb1f0a8c90beb8172dd6a3a357 /README.adoc | |
download | fiv-97781f6af4e3c84ab6fc6d574bc0b992cea3baa9.tar.gz fiv-97781f6af4e3c84ab6fc6d574bc0b992cea3baa9.tar.xz fiv-97781f6af4e3c84ab6fc6d574bc0b992cea3baa9.zip |
Initial commit
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..fe2183b --- /dev/null +++ b/README.adoc @@ -0,0 +1,39 @@ +fastiv +====== + +'fastiv' is a fast image viewer, supporting BMP, PNG, GIF and JPEG. + +It is meant to be a viable replacement for Eye of GNOME, which is slow and likes +to break on huge pictures. Memory efficiency is specifically a non-goal. + +Packages +-------- +Regular releases are sporadic. git master should be stable enough. You can get +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 + + $ git clone --recursive https://git.janouch.name/p/fastiv.git + $ meson builddir + $ cd builddir + $ meson compile + +To install the application, you can do: + + # meson install + +Contributing and Support +------------------------ +Use https://git.janouch.name/p/fastiv to report any bugs, request features, +or submit pull requests. `git send-email` is tolerated. If you want to discuss +the project, feel free to join me at ircs://irc.janouch.name, channel #dev. + +Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9 + +License +------- +This software is released under the terms of the 0BSD license, the text of which +is included within the package along with the list of authors. |