No description
  • C 89.3%
  • Perl 5.1%
  • CMake 3.3%
  • Assembly 1.9%
  • Prolog 0.3%
Find a file
2016-09-21 09:06:06 +02:00
cmakemodules Added JSON config parser. 2016-08-20 20:20:50 +02:00
examples add find-lowres example script 2014-02-28 10:25:46 +01:00
man Added JSON config parser. 2016-08-20 20:20:50 +02:00
scripts checkopts: use non-dyndns domain 2013-11-01 13:37:39 +01:00
share Project prepared for modification. 2016-08-20 15:58:29 +02:00
src Added Jansson avability check to prevent crashing when feh is built without it. 2016-08-21 02:11:55 +02:00
test Completed custom image delay loading. 2016-08-21 02:03:57 +02:00
zsh/completions Completed custom image delay loading. 2016-08-21 02:03:57 +02:00
.gitignore Project prepared for modification. 2016-08-20 15:58:29 +02:00
AUTHORS Project prepared for modification. 2016-08-20 15:58:29 +02:00
ChangeLog changelog 2016-05-03 11:40:51 +02:00
CMakeLists.txt Allowed Windows based computers to build feh. 2016-09-21 09:06:06 +02:00
config.cmake Added JSON config parser. 2016-08-20 20:20:50 +02:00
LICENSE Project prepared for modification. 2016-08-20 15:58:29 +02:00
project.cmake Added JSON config parser. 2016-08-20 20:20:50 +02:00
README.md Project prepared for modification. 2016-08-20 15:58:29 +02:00
TODO release v2.9.1 2013-02-14 12:52:23 +01:00

feh - Imlib2 based image viewer

Dependencies

Required dependencies

  • Imlib2
  • libpng
  • libX11

Optional dependencies

  • libcurl
  • libXinerama
  • json-c
  • jpegtran (supplied by the jpeg library, for lossless image rotation)
  • convert (supplied by ImageMagick, can be used to load unsupported formats)

Installation

Open cloned/downloaded feh project folder

$ cmake .
$ make
$ sudo make install-all

ZSH Completion for feh is available here.

Make options

Make file can be configured in config.cmake file before building/installing, if it's changed later, feh has to be rebuilt.