summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@ suse.cz>2006-03-14 13:59:57 +0000
committerLubos Lunak <l.lunak@ suse.cz>2006-03-14 13:59:57 +0000
commitdda1cd31f6194169a38f3653c9737c61e0d103dd (patch)
treec01104745b2b4398afa468d585acc0cccdb574ae /BUILD
parent18f08afd4aab83465264909a1a9aee9abd766bf5 (diff)
Trying to sort out 'make install'.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 410e9c2..7383cf6 100644
--- a/BUILD
+++ b/BUILD
@@ -1,6 +1,7 @@
make -f Makefile.cvs
./configure
make
+make install
For KDE module:
cd kde
@@ -11,4 +12,3 @@ make
If you have a serious problem with the -Werror flag, edit configure.ac
and kde/configure.in.in (sorry, but plain C accepts unbelievable nonsense
without it). It should be probably turned into a configure switch or something.
-