Changeset 13639 for branches/1.0.x/abcl/README
- Timestamp:
- 10/20/11 22:52:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/README
r13635 r13639 48 48 which should result in output like the following 49 49 50 Armed Bear Common Lisp 0.25.050 Armed Bear Common Lisp 1.0.0 51 51 Java 1.6.0_21 Sun Microsystems Inc. 52 52 Java HotSpot(TM) Client VM … … 71 71 CL, LispWorks or CLISP. 72 72 73 In all cases you need a Java 5 or later JDK (JDK 1.5 and 1.6 have been 74 tested). Just the JRE isn't enough, as you need the Java compiler 75 ('javac') to compile the Java source of the ABCL implementation. 73 In all cases you need a Java 5 or later JDK (JDK 1.5, 1.6 and 1.7 have 74 been tested). Just the JRE isn't enough, as you need the Java 75 compiler ('javac') to compile the Java source of the ABCL 76 implementation. 76 77 77 78 Note that when deploying ABCL having JDK isn't a requirement for the … … 183 184 ### Tests 184 185 185 ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL186 ABCL 1.0.0 now fails only 18 out of 21708 total tests in the ANSI CL 186 187 test suite (derived from the tests orginally written for GCL). 187 188 … … 207 208 Ville Voutilaninen 208 209 209 October 2 011210 210 October 22, 2011 211
Note: See TracChangeset
for help on using the changeset viewer.