feh-3.3

Introduction to feh

feh is a fast, lightweight image viewer which uses Imlib2. It is commandline-driven and supports multiple images through slideshows, thumbnail browsing or multiple windows, and montages or index prints (using TrueType fonts to display file info). Advanced features include fast dynamic zooming, progressive loading, loading via HTTP (with reload support for watching webcams), recursive file opening (slideshow of a directory hierarchy), and mouse wheel/keyboard control.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

  • Download (HTTP): http://feh.finalrewind.org/feh-3.3.tar.bz2

  • Download MD5 sum: 6bc552b7477471f6034796e9cc300346

  • Download size: 2.0 MB

  • Estimated disk space required: 5.5 MB (with tests)

  • Estimated build time: less than 0.1 SBU (with tests)

feh Dependencies

Required

libpng-1.6.37 and imlib2-1.6.1 (built with giflib-5.2.1 support, for the tests)

Recommended

Optional

libexif-0.6.21

Optional (runtime)

libjpeg-turbo-2.0.4 (for lossless image rotation) and ImageMagick-7.0.9-23 (to load unsupported formats)

Optional (test suite)

Test-Command-0.11 (required)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/feh

Installation of feh

Install feh by running the following commands:

sed -i "s:doc/feh:&-3.3:" config.mk &&
make PREFIX=/usr

To test the results, issue: make test.

Now, as the root user:

make PREFIX=/usr install

Command Explanations

sed -i "s:doc/feh:&-3.3:" config.mk: This sed fixes the doc directory to a versioned one, as used in BLFS.

curl=0: Use this make flag if you don't have cURL package installed.

exif=1: This make flag enables builtin Exif tag display support.

Contents

Installed Program: feh
Installed Libraries: None
Installed Directories: /usr/share/doc/feh-3.3 and /usr/share/feh

Short Descriptions

feh

is an image viewer and cataloguer.

Last updated on 2020-02-20 16:18:37 -0800