Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
b4635cd8
Commit
b4635cd8
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
d250ccb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+26
-10
26 additions, 10 deletions
README
with
26 additions
and
10 deletions
README
+
26
−
10
View file @
b4635cd8
feh - Imlib2 based image viewer
-------------------------------
* <http://feh.finalrewind.org/>
* <http://linuxbrit.co.uk/feh/>
* #feh on irc.oftc.net
Dependencies:
Dependencies
------------
* giblib
* Imlib2
* libcurl (disable with make curl=0)
* libpng
* libX11
* lib
curl
* lib
Xinerama (disable with make xinerama=0)
Recommended:
Recommended
-----------
* jpegtran (supplied by the jpeg library, for lossless image rotation)
* wget (for http/ftp support)
Installation:
Installation
------------
$ make
$ sudo make install
If compilation does not work or you want to customize stuff (like disable
Xinerama support), edit config.mk first.
Make flags
----------
Use "make flag=bool", e.g. "make xinerama=0 debug=1" to disable Xinerama
support and get a debug build.
Available flags are:
* curl (default 1) - use libcurl to view http:// and similar images
* debug (default 0) - debug build, enables --debug
* xinerama (default 1) - Support Xinerama multiscreen setups
So, by default libcurl and Xinerama are enabled, while debug is disabled.
Note: config.mk is designed so that in most cases, you can set environment
variables instead of editing it. E.g.:
...
...
@@ -32,7 +46,8 @@ CFLAGS='-g -Os' make
export DESTDIR=/tmp/feh PREFIX=/usr; make && make install
Testing (non-X):
Testing (non-X)
---------------
$ make test
...
...
@@ -40,7 +55,8 @@ Requires perl >= 5.10 with Test::Command. The tests are non-interactive and
work without X, so they can safely be run even on a headless buildserver.
Testing (X):
Testing (X)
-----------
Requires
* import (usually supplied by imagemagick)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment