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
240c0df1
Commit
240c0df1
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Restructure README
parent
fec1ed90
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
+37
-16
37 additions, 16 deletions
README
with
37 additions
and
16 deletions
README
+
37
−
16
View file @
240c0df1
Compile:
feh - Imlib2 based image viewer
* <https://derf.homelinux.org/p/feh/>
* <http://linuxbrit.co.uk/feh/>
Dependencies:
* giblib
* Imlib2
* libpng
* libX11
Recommended:
* jpegtran (supplied by the jpeg library, for lossless image rotation)
* wget (for http/ftp support)
Installation:
$ make
$ sudo make install
...
...
@@ -11,22 +31,23 @@ variables instead of editing it. E.g.:
CFLAGS='-g -Os' make
export DESTDIR=/tmp/feh PREFIX=/usr; make && make install
If you want to run a few non-interactive tests, use "make test". This will
require a standard perl distribution (especially the "prove" script) and the
Test::Command module. If mdocml is installed, it will be used to check the
manual syntax, otherwise that test will be skipped.
What is feh?
Testing (non-X):
https://derf.homelinux.org/p/feh/
http://linuxbrit.co.uk/feh/
$ make test
Dependencies:
* giblib
* Imlib2
* libpng
* libX11
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.
Recommends:
* jpegtran (supplied by the jpeg library, for lossless image rotation)
* wget (for http/ftp support)
Testing (X):
Requires
* perl >= 5.10
* X11::GUITest
* Xnest
$ make test-interactive
Be aware that this is quite experimental, so far the X-tests have only been
run on one machine. So they may or may not work for you.
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