summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 0 insertions, 20 deletions
diff --git a/README b/README
deleted file mode 100644
index 117898e..0000000
--- a/README
+++ /dev/null
@@ -1,20 +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
-
-What is feh?
-
-http://linuxbrit.co.uk/feh/
-
-Note:
-For lossless rotation you will need the "jpegtran" binary supplied by the
-jpeg library. In Debian, it's shipped by libjpeg-progs.