aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-03 00:41:02 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-03 00:41:02 +0000
commit1e979a3c60f7e79ee8aa3aef8f9d4bb354b17bc1 (patch)
tree0b98d1fee5b751b5ac4d7efd1be0cda12b898049 /INSTALL
parent090f72206483b1a918705c079384e9cd2a190671 (diff)
downloadopen-axiom-1e979a3c60f7e79ee8aa3aef8f9d4bb354b17bc1.tar.gz
* config/open-axiom.m4 (OPENAXIOM_REQUIRE_CXX11): New.
* configure.ac: Use it.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 9d0a3125..414167b4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ 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.22 or higher,
-except 1.0.29), CLisp (version 2.44.x or higher), and ECL (version
+except 1.0.29, 1.1.6), CLisp (version 2.44.x or higher), and ECL (version
higher than 11.1.1), Clozure CL (version 1.3 or higher). So, if you
already have any of the above mentioned Lisp systems, your are good to
go. Otherwise, you would need to install any of the Lisp environment
@@ -15,11 +15,11 @@ Note that a functional Lisp system (e.g. SBCL, GCL, CLisp, ECL, or
Clozure CL) is needed only to build OpenAxiom. They are not needed
once the system is installed.
-Finally, you would need a C++ compiler. It is also recommended
-that you install X11 development headers and libraries, especially
-Xpm, and QT development headers and libraries. Windows (MingW/MSYS)
-users do not need X11 components, but they would need a functional
-QT SDK (version 4.6 or higher.)
+Finally, you would need a C++ compiler that supports the 2011 edition
+of the language. It is also recommended that you install X11
+development headers and libraries, especially Xpm, and QT development
+headers and libraries. Windows (MingW/MSYS) users do not need X11
+components, but they would need a functional QT SDK (version 4.6 or higher.)
Ah, one more note: OpenAxiom requires GNU Make.