summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
commit031cf5e8ffd0511c1d69a41da295ab6bb017bc1d (patch)
treea1e909a0c683e2ab1d684d61a7664111d3632302 /README
parentb3c405408fb7abaad6039b65d86ef701b12c9f0a (diff)
Remove autoconf (from branch 'autocruft')
Use config.mk for configuration, both GNU make and FreeBSD make are supported.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 27007e3..61db615 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
Compile:
-$ ./configure
$ make
-$ su -c "make install"
+$ sudo make install
-(Red hat users, use $ ./configure --prefix=/usr)
+If compilation does not work or you want to customize stuff (like disable
+Xinerama support), edit config.mk first.
What is feh?