aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-02 17:35:47 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-02 17:35:47 +0000
commite05241ed11702813eb225b084643720deb121d26 (patch)
tree141640d08c75914909827a32456eb37e81884a05 /INSTALL
parent5b6ee712b35a1220b3ae9b422f5aa395ad6600cd (diff)
downloadopen-axiom-e05241ed11702813eb225b084643720deb121d26.tar.gz
* lisp/core.lisp.in (|$ExtraRuntimeLibraries|): Listify.
(extra-runtime-libs): Tidy. * lisp/Makefile.in (edit): stringify $(oa_c_runtime_extra) elements.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0c7c383f..efdcd2eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,8 +3,8 @@ Requirements
OpenAxiom currenly requires a Lisp system for its runtime support.
OpenAxiom is known to build with the GNU Common Lisp (GCL versions 2.6.7
-or 2.6.8), Steel Bank Common Lisp (SBCL version 1.0.21.15 or higher),
-CLisp (version 2.44.x or higher), and ECL (version 0.9l or higher).
+or 2.6.8), Steel Bank Common Lisp (SBCL version 1.0.22 or higher),
+CLisp (version 2.44.x or higher), and ECL (version 8.9.0-CVS or higher).
So, if you already have any of the above mentioned Lisp system, your
are good to go. Otherwise, you would need to download a dependency
tarball from OpenAxiom's download web site. See instructions below.