summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..999fd48
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,20 @@
+clisp for Debian
+================
+
+
+CLX
+---
+ clisp is compiled with support for CLX, an interface to the
+X Window System from Common Lisp code.
+
+
+Syscalls
+--------
+ clisp is compiled with support exported syscalls. This allows various
+system calls to be made from clisp (e.g. resolve-host-ipaddr).
+
+
+disassemble
+-----------
+ In order to use the "disassemble" function you must install gdb.
+