summaryrefslogtreecommitdiff
path: root/debian/README.lisps
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-11-16 15:57:03 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-11-16 15:57:03 +0400
commit5e5ab51d7f64a82794bedc4b901488e081767baa (patch)
treeabcac71b4a8779ee41201defb2112eefef5267c3 /debian/README.lisps
parent7f7b5ed36cad77f4f13eae8a2a8dd5f30febec47 (diff)
downloadopen-axiom-debian-5e5ab51d7f64a82794bedc4b901488e081767baa.tar.gz
Get list of archs with SBCL from debian/control
Diffstat (limited to 'debian/README.lisps')
-rw-r--r--debian/README.lisps9
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/README.lisps b/debian/README.lisps
index a8e4fb5..040a877 100644
--- a/debian/README.lisps
+++ b/debian/README.lisps
@@ -1,12 +1,7 @@
-Lisps to build OpenAxiom:
-SBCL, GCL, CLisp, ECL, CCL
+Lisps to build OpenAxiom: SBCL, GCL, CLisp, ECL, CCL
SBCL is preferable, then GCL, then CLisp and so on.
+On archs where SBCL is unavailable, GCL should be used.
-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.
-If changing lisp remember to edit debian/control, debian/rules and this file.