summaryrefslogtreecommitdiffstats
path: root/installDeb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installDeb.sh')
-rwxr-xr-xinstallDeb.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/installDeb.sh b/installDeb.sh
new file mode 100755
index 0000000..a4e70f3
--- /dev/null
+++ b/installDeb.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+make -f Makefile.cvs
+
+[ ! -f Makefile ] || make clean
+export kde_htmldir=/usr/share/doc/kde/HTML
+./configure --prefix=/usr
+
+make
+make install