[armedbear-cvs] r11485 - trunk/abcl

Mark Evenson mevenson at common-lisp.net
Fri Dec 26 23:47:02 UTC 2008


Author: mevenson
Date: Fri Dec 26 23:47:01 2008
New Revision: 11485

Log:
Updated README to mention newly added Netbeans integration.


Modified:
   trunk/abcl/README

Modified: trunk/abcl/README
==============================================================================
--- trunk/abcl/README	(original)
+++ trunk/abcl/README	Fri Dec 26 23:47:01 2008
@@ -39,12 +39,14 @@
 applies when you come from a lisp background. The second option is more
 appropriate when you come from Java development:
 
- I) Bootstrap ABCL using a Common Lisp implementation
-    Supported implementations for this process: SBCL, CMUCL, OpenMCL,
-    Allegro CL, LispWorks or CLISP
+ I)  Bootstrap ABCL using a Common Lisp implementation
+     Supported implementations for this process: SBCL, CMUCL, OpenMCL,
+     Allegro CL, LispWorks or CLISP.
 
-II) Use the Ant make-like build tool for Java environments
-    The tested lowest working version is Ant 1.7.0
+II)  Use the Ant make-like build tool for Java environments
+     The tested lowest working version is Ant 1.7.0.
+
+III) Use the Netbeans 6.x IDE to open ABCL as a project.
 
 
 In both cases you need a supported JDK version (1.5 and 1.6 have been
@@ -96,6 +98,12 @@
 Use this wrapper to start the ABCL Java program.
 
 
+III. Netbeans-based build
+-------------------------
+
+One should be able to open the project as a project in Netbeans 6.x.
+
+
 BUGS
 ====
 




More information about the armedbear-cvs mailing list