summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7406fd4
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+This is KDbg, a graphical user interface around gdb using
+KDE, the K Desktop Environment.
+
+To install:
+
+ ./configure
+ make
+ make install
+
+Problem reports as well as success stories are welcome!
+
+The homepage is at
+
+ http://www.kdbg.org/
+
+You'll find the most recent version of KDbg there as well as
+other useful information concerning debugging.
+
+Johannes Sixt <j6t@kdbg.org>