[mcclim-cvs] CVS update: mcclim/INSTALL.ASDF mcclim/INSTALL.CLISP mcclim/INSTALL.CMU mcclim/INSTALL.OPENMCL mcclim/INSTALL.SBCL

Andreas Fuchs afuchs at common-lisp.net
Sun Mar 6 18:57:22 UTC 2005


Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv29201

Modified Files:
	INSTALL.CLISP INSTALL.CMU INSTALL.OPENMCL INSTALL.SBCL 
Added Files:
	INSTALL.ASDF 
Log Message:
Install documentation update to reflect the ASDF changes & recommend mcclim.asd

Date: Sun Mar  6 19:57:18 2005
Author: afuchs



Index: mcclim/INSTALL.CLISP
diff -u mcclim/INSTALL.CLISP:1.1 mcclim/INSTALL.CLISP:1.2
--- mcclim/INSTALL.CLISP:1.1	Mon Dec 20 16:51:26 2004
+++ mcclim/INSTALL.CLISP	Sun Mar  6 19:57:18 2005
@@ -1,6 +1,12 @@
 Install instructions for GNU CLISP
 ----------------------------------
 
+:::NOTE:::
+These install instructions refer to the "system.lisp" installation
+approach. If you have ASDF available, we recommend you follow the
+install instructions in INSTALL.ASDF.
+:::NOTE:::
+
 1. Get clisp-20041218 or newer. Build it with option --with-module=clx/mit-clx.
 
 2. Get a copy of the ASDF package. Compile it:


Index: mcclim/INSTALL.CMU
diff -u mcclim/INSTALL.CMU:1.16 mcclim/INSTALL.CMU:1.17
--- mcclim/INSTALL.CMU:1.16	Sun Aug 22 17:48:17 2004
+++ mcclim/INSTALL.CMU	Sun Mar  6 19:57:18 2005
@@ -1,7 +1,13 @@
 Install instructions for CMU Common Lisp
 ----------------------------------------
 
-McCLIM has been tested with CMUCL 18e.
+:::NOTE:::
+These install instructions refer to the "system.lisp" installation
+approach. If you have ASDF available, we recommend you follow the
+install instructions in INSTALL.ASDF.
+:::NOTE:::
+
+McCLIM has been tested with CMUCL 19a.
 
 1. Make sure you have a Lisp core file that includes 
 


Index: mcclim/INSTALL.OPENMCL
diff -u mcclim/INSTALL.OPENMCL:1.3 mcclim/INSTALL.OPENMCL:1.4
--- mcclim/INSTALL.OPENMCL:1.3	Wed Mar 24 10:30:29 2004
+++ mcclim/INSTALL.OPENMCL	Sun Mar  6 19:57:18 2005
@@ -1,6 +1,12 @@
 Install instructions for OpenMCL on Mac OS X
 --------------------------------------------
 
+:::NOTE:::
+These install instructions refer to the "system.lisp" installation
+approach. If you have ASDF available, we recommend you follow the
+install instructions in INSTALL.ASDF.
+:::NOTE:::
+
 McCLIM has been tested with OpenMCL 0.13.6 and OpenMCL 0.14.1-p1
 (which is recommended).
 


Index: mcclim/INSTALL.SBCL
diff -u mcclim/INSTALL.SBCL:1.3 mcclim/INSTALL.SBCL:1.4
--- mcclim/INSTALL.SBCL:1.3	Wed Nov 19 14:51:17 2003
+++ mcclim/INSTALL.SBCL	Sun Mar  6 19:57:18 2005
@@ -1,6 +1,13 @@
 Install instructions for SBCL
 -----------------------------
 
+:::NOTE:::
+These install instructions refer to the "system.lisp" installation
+approach. If you have ASDF available, we recommend you follow the
+install instructions in INSTALL.ASDF.
+:::NOTE:::
+
+
 1. Get a recent SBCL, it will be equipped with ASDF, which you will
    need.
 




More information about the Mcclim-cvs mailing list