summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..4cc16f2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,26 @@
+Dependencies:
+-------------
+
+- Qt 3.x
+- KDE 3.x
+- Autoconf 2.5
+- Automake 1.6
+
+You'll also need to have your $KDEDIR environment variable set correctly.
+
+
+Installing from Tarball Distribution:
+-------------------------------------
+
+ Type: ./configure
+ make
+ make install
+
+
+Installing from CVS:
+--------------------
+
+ Type: make -f Makefile.dist
+ ./configure
+ make
+ make install