Update of /project/mcclim/cvsroot/mcclim In directory common-lisp.net:/tmp/cvs-serv32551
Modified Files: INSTALL.ASDF Log Message: <vja> antifuchs: in INSTALL.ASDF: asdf:*central-repository* --> asdf:*central-registry* (three times)
(argh.)
Date: Sun Mar 6 20:57:12 2005 Author: afuchs
Index: mcclim/INSTALL.ASDF diff -u mcclim/INSTALL.ASDF:1.1 mcclim/INSTALL.ASDF:1.2 --- mcclim/INSTALL.ASDF:1.1 Sun Mar 6 19:57:18 2005 +++ mcclim/INSTALL.ASDF Sun Mar 6 20:57:12 2005 @@ -5,13 +5,13 @@ first time, perform these steps:
1. Symlink mcclim.asd to a directory in your - asdf:*central-repository* list. E.g., for SBCL, that would be: + asdf:*central-registry* list. E.g., for SBCL, that would be:
$ ln -sf /path/to/mcclim.asd ~/.sbcl/systems/
2. If you are using a Lisp implementation that requires a separate CLX to be installed, do this now and symlink the clx's .asd file - to your asdf:*central-repository*, as above. If your + to your asdf:*central-registry*, as above. If your implementation's CLX doesn't come with a clx.asd file, you will have to load CLX via (require :clx) or a similar mechanism yourself. @@ -30,7 +30,7 @@ Installing mcclim.asd if you were using ASDF & system.lisp before =================================================================
-Make sure to remove all symlinks in your asdf:*central-repository* to +Make sure to remove all symlinks in your asdf:*central-registry* to system.lisp and replace them with symlinks to mcclim.asd. Keeping the old links around will break loading the McCLIM system in subtle ways.