diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-09 03:03:01 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-09 03:03:01 +0000 |
commit | ca48929b74dee0ecfca92200ec4d5879bff0d4f5 (patch) | |
tree | ec782d66dd63f0672b3604412df321aa36c83070 | |
parent | e31e3e472aa2a91c0b6f12af8723472cd80fe0eb (diff) | |
download | open-axiom-ca48929b74dee0ecfca92200ec4d5879bff0d4f5.tar.gz |
Document hpw to insist on GCL as base Lisp runtime.
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,12 @@ a good idea to separately build and install those tools once for all. If you already have GCL and noweb installed, please go to step 2. +Note however that if you want to build OpenAxiom with the GCL from +the dependency tarball (assuming you have unpacked it as explained +in step 1.b.), and you have other Lisp systems available in the build +environment, then you should add the option --enable-gcl to the +configure command line. In short, add --enable-gcl if you +specifically insist on GCL as the base Lisp runtime system. 1.a. Download the dependency tarball open-axiom-1.1.x-dep.tar.bz2 |