summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 0 insertions, 32 deletions
diff --git a/README b/README
deleted file mode 100644
index f1d0d88..0000000
--- a/README
+++ /dev/null
@@ -1,32 +0,0 @@
-Compile:
-
-$ make
-$ sudo make install
-
-If compilation does not work or you want to customize stuff (like disable
-Xinerama support), edit config.mk first.
-
-Note: config.mk is designed so that in most cases, you can set environment
-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?
-
-https://derf.homelinux.org/p/feh/
-http://linuxbrit.co.uk/feh/
-
-Dependencies:
- * giblib
- * Imlib2
- * libpng
- * libX11
-
-Recommends:
- * jpegtran (supplied by the jpeg library, for lossless image rotation)
- * wget (for http/ftp support)