Changeset 11485
- Timestamp:
- 12/26/08 23:47:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r11355 r11485 40 40 appropriate when you come from Java development: 41 41 42 I) Bootstrap ABCL using a Common Lisp implementation43 Supported implementations for this process: SBCL, CMUCL, OpenMCL,44 Allegro CL, LispWorks or CLISP42 I) Bootstrap ABCL using a Common Lisp implementation 43 Supported implementations for this process: SBCL, CMUCL, OpenMCL, 44 Allegro CL, LispWorks or CLISP. 45 45 46 II) Use the Ant make-like build tool for Java environments 47 The tested lowest working version is Ant 1.7.0 46 II) Use the Ant make-like build tool for Java environments 47 The tested lowest working version is Ant 1.7.0. 48 49 III) Use the Netbeans 6.x IDE to open ABCL as a project. 48 50 49 51 … … 97 99 98 100 101 III. Netbeans-based build 102 ------------------------- 103 104 One should be able to open the project as a project in Netbeans 6.x. 105 106 99 107 BUGS 100 108 ====
Note: See TracChangeset
for help on using the changeset viewer.