[closure-cvs] CVS closure

dlichteblau dlichteblau at common-lisp.net
Fri Dec 29 22:06:44 UTC 2006


Update of /project/closure/cvsroot/closure
In directory clnet:/tmp/cvs-serv15346

Modified Files:
	INSTALL 
Removed Files:
	BUILD closure.system 
Log Message:
Remove outdated system file and BUILD-script.  Update INSTALL accordingly.


--- /project/closure/cvsroot/closure/INSTALL	2005/03/13 16:57:06	1.2
+++ /project/closure/cvsroot/closure/INSTALL	2006/12/29 22:06:44	1.3
@@ -2,7 +2,7 @@
 
 Provide yourself with:
 
- 1. CMUCL
+ 1. CMUCL, SBCL, or another supported implementation
 
     [For what it is worth, I use 18d-pre]
 
@@ -14,13 +14,16 @@
 
     [Debian package gif2png]
 
+ 4. McCLIM, Closure XML, and their dependencies
 
-There is a script named BUILD. After executing it, if you are lucky
-this will leave you with a lisp.core which contains closure.
+    [ http://common-lisp.net/project/mcclim/
+      http://common-lisp.net/project/cxml/ ]
 
-Fire up the the newly build core:
 
-$ lisp -core lisp.core
+Compile closure using ASDF: Register closure.asd in your central
+registry and run:
+
+* (asdf:operate 'asdf:load-op :closure)
 
 Then start Closure:
 




More information about the Closure-cvs mailing list