[elephant-cvs] CVS elephant

ieslick ieslick at common-lisp.net
Mon Feb 20 15:45:36 UTC 2006


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

Modified Files:
	INSTALL 
Removed Files:
	functions.lisp 
Log Message:
Migration implementation; indexed class migration is broken but all else passes basic tests

--- /project/elephant/cvsroot/elephant/INSTALL	2006/02/19 17:25:52	1.15
+++ /project/elephant/cvsroot/elephant/INSTALL	2006/02/20 15:45:36	1.16
@@ -3,25 +3,22 @@
 Requirements
 ------------
 
-CMUCL 19a, SBCL 0.9.5, OpemMCL 0.14.2, or Allegro CL 6.2.
-This version ahs been tested under Linux and SBCL 0.9.5, but 
-Dan Knapp has also run something very closed under Darwin.
-can't personally test Win32 but I've compiled under Visual
-Studio .NET and a user has gotten it to work with Visual
-Studio 6.  A Lispworks version will come if requested.
-
-ASDF - http://www.cliki.net/asdf
-
-UFFI 1.4.24+ - http://uffi.b9.com
-(I have been testing with UFFI 1.5.4 and I recommend you use that.)
-
-I've patched src/functions.lisp to support some kinds of
-:out arguments.  it is backwards-compatible so shouldn't
-interfere with your existing work.  It is included in
-1.4.25+, but just in case you have 1.4.24 I have included
-it.
-
-Sleepycat Berkeley DB 4.3 - http://www.sleepycat.com
+Support Lisps:
+CMUCL 19a Linux
+SBCL 0.9.6/0.9.9 Linux / Mac OSX
+Allegro CL 6.2/7.0/8.0 Linux / Mac OSX
+OpenMCL 0.14.2
+LispWorks (port in-progress)
+
+Lisp libraries:
+ASDF        - http://www.cliki.net/asdf
+UFFI 1.5.4+ - http://uffi.b9.com/
+
+Backends:
+1) Sleepycat Berkeley DB 4.3 - http://www.sleepycat.com
+2) CLSQL - http://clsql.b9.com/
+   And an appropriate SQL installation.  
+   Tested with SQlite3 and Postgresql so far
 
 A C compiler, probably gcc or Visual Studio.  Presumably you
 have this if you installed Sleepycat.
@@ -55,21 +52,14 @@
 
 /usr/local/share/common-lisp/elephant-0.3/
 
-
-1) Install UFFI.  If you're using 1.4.24 replace
-
-   path-to-uffi/src/functions.lisp
-
-   with the provided file.
-
-
-2) Install ASDF. 
+1) Install ASDF. 
 
 Ensure that you have a recent version of ASDF installed as 
 the load process now depends upon it.
 
+2) Install UFFI.
 
-3)  Install a backend: Either Berkeley DB 4.3, PostGresql, or SQLite 3.
+3) Install a backend: Either Berkeley DB 4.3, PostGresql, or SQLite 3.
 
 -------
 SQL




More information about the Elephant-cvs mailing list