summaryrefslogtreecommitdiff
path: root/debian/README.lisps
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-11-14 04:14:00 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-11-14 04:14:00 +0400
commit04313699cee8f725cee13a2d47579e058191a36f (patch)
treee2971273d0bd658c9333a80627b6089f2fc80987 /debian/README.lisps
parentb6a8699de9167c22440749c96ba89be75a85abb2 (diff)
downloadopen-axiom-debian-04313699cee8f725cee13a2d47579e058191a36f.tar.gz
Use GCL where SBCL unavailable (Clisp has issues)
Diffstat (limited to 'debian/README.lisps')
-rw-r--r--debian/README.lisps11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.lisps b/debian/README.lisps
new file mode 100644
index 0000000..b9e5ef7
--- /dev/null
+++ b/debian/README.lisps
@@ -0,0 +1,11 @@
+Lisps to build OpenAxiom:
+SBCL, GCL, CLisp, ECL, CCL
+
+SBCL is preferable, then GCL, then CLisp and so on.
+
+As of Wheezy, SBCL is present only for:
+i386, amd64, kfreebsd-amd64.
+
+On other arch GCL should be used.
+To build with GCL libncurses-dev and libreadline-dev are required.
+