[elephant-cvs] CVS elephant

rread rread at common-lisp.net
Wed Jan 25 14:09:46 UTC 2006


Update of /project/elephant/cvsroot/elephant
In directory common-lisp:/tmp/cvs-serv23860

Modified Files:
	INSTALL elephant.asd 
Log Message:
Making Andrew's changes.



--- /project/elephant/cvsroot/elephant/INSTALL	2005/11/23 17:51:31	1.12
+++ /project/elephant/cvsroot/elephant/INSTALL	2006/01/25 14:09:46	1.13
@@ -122,87 +122,13 @@
 for in my code, but expect (use-package "ELE")'s to produce
 conflicting symbol warnings.
 
------------
-Quick Start
------------
-(These instructions were correct for Elephant 0.2.  They
-are now somewhat obsolete in Elephant 0.3; better information
-can be found in the formal documentation.)
+4) Make the documentation:
 
-For more complete documentation see TUTORIAL and NOTES.  But
-a REPL session is worth a thousand words, so ...
+Execute:
 
--bash-2.05b$ pwd
-/home/ben
+make
 
--bash-2.05b$ mkdir testdb
-
--bash-2.05b$ lisp
-
-CMU Common Lisp 19a, running on archer.uchicago.edu
-With core: /usr/local/lib/cmucl/lib/lisp.core
-Dumped on: Tue, 2004-08-03 11:19:33-05:00 on snapdragon.csl.sri.com
-See <http://www.cons.org/cmucl/> for support information.
-Loaded subsystems:
-    Python 1.1, target Intel x86
-    CLOS based on Gerd's PCL 2004/04/14 03:32:47
-
-CL-USER> (asdf:operate 'asdf:load-op :elephant)
-; loading system definition from elephant.asd into #<The ASDF1841 package>
-;...
-NIL
-
-CL-USER> (use-package "ELE")
-T
-
-CL-USER> (open-store "/home/ben/testdb")
-#<STORE-CONTROLLER {489C1EDD}>
-
-CL-USER> (add-to-root "my key" "my string")
-NIL
-
-CL-USER> (get-from-root "my key")
-"my string"
-T
-
-CL-USER> (get-from-root "my key2")
-NIL
-NIL
-
-CL-USER> (close-store)
-NIL
-
-CL-USER> (quit)
-; Evaluation aborted
-
--bash-2.05b$ lisp
-
-CMU Common Lisp 19a, running on archer.uchicago.edu
-With core: /usr/local/lib/cmucl/lib/lisp.core
-Dumped on: Tue, 2004-08-03 11:19:33-05:00 on snapdragon.csl.sri.com
-See <http://www.cons.org/cmucl/> for support information.
-Loaded subsystems:
-    Python 1.1, target Intel x86
-    CLOS based on Gerd's PCL 2004/04/14 03:32:47
-
-CL-USER> (asdf:operate 'asdf:load-op :elephant)
-; loading system definition from elephant.asd into #<The ASDF1841 package>
-; ...
-NIL
-
-CL-USER> (use-package "ELE")
-T
-
-CL-USER> (open-store "/home/ben/testdb")
-
-CL-USER> (get-from-root "my key")
-"my string"
-T
-
-CL-USER> (close-store)
-NIL
-
-CL-USER> 
+In the doc directory should be build the HTML version of the texinfo files.
 
 -------
 Testing
--- /project/elephant/cvsroot/elephant/elephant.asd	2005/11/23 17:51:31	1.8
+++ /project/elephant/cvsroot/elephant/elephant.asd	2006/01/25 14:09:46	1.9
@@ -63,6 +63,8 @@
 	     (:file "controller")
 	     (:file "collections")
 	     (:file "serializer"))
+	    #+openmcl
+	    (:file "openmcl-mop-patches")
 	    :serial t))
   :depends-on (:uffi))
 




More information about the Elephant-cvs mailing list