diff options
Diffstat (limited to 'graphics/feh/README')
-rw-r--r-- | graphics/feh/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/feh/README b/graphics/feh/README index c467cb8a63..640ffaed62 100644 --- a/graphics/feh/README +++ b/graphics/feh/README @@ -4,3 +4,19 @@ feh features include simple image viewing, multiple image viewing in fullscreen, image list mode, loadable/unloadable listing, recursive file opening, saving/loading filelists, loading images via http, reloading after delay, montage creation, and more. + +To enable builtin EXIF tag display support use: + + EXIF=yes ./feh.SlackBuild + +To include help text use: + + HELP=yes ./feh.SlackBuild + +To enable enable inotify support use: + + INOTIFY=yes ./feh.SlackBuild + +To support CIFS shares from 64bit hosts on 32bit machines use: + + STAT64=yes ./feh.SlackBuild |