Date: Monday, November 1, 2010 @ 09:53:47 Author: rtoy Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: install.html
Clarify and correct the instructions on applying patches.
--------------+ install.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-)
Index: cmucl-www/cmucl-www/www/install.html diff -u cmucl-www/cmucl-www/www/install.html:1.11 cmucl-www/cmucl-www/www/install.html:1.12 --- cmucl-www/cmucl-www/www/install.html:1.11 Wed Sep 1 09:39:24 2010 +++ cmucl-www/cmucl-www/www/install.html Mon Nov 1 09:53:47 2010 @@ -164,16 +164,19 @@
These patches are tarballs containing an asd file and the necessary files to implement the patch. To apply a patch, you need to have <a -href="http://www.cliki.net/asdf%22%3Easdf</a> -available. Untar the patch somewhere where asdf will be able to find -it. Then simply use +href="http://www.cliki.net/asdf%22%3Easdf</a> available. (Note that 20b +now includes asdf2.) Untar the patch somewhere where asdf will be +able to find it. Then simply use <pre> -(require :patch-nnn) +(require :cmucl-xxx-patch-nnn) </pre> -if your version of asdf has the hooks needed for this. Otherwise, -you can do +where <emph>xx</emph> is the the release version of cmucl (such as +19a) and <emph>nnn</emph> is the patch number. +This works if your version of asdf has the hooks needed for this. +Otherwise, you can do <pre> -(asdf:oos 'asdf:load-op :patch-nnn) +(load "patch-nnn.asd") +(asdf:oos 'asdf:load-op :cmucl-xx-patch-nnn) </pre>
@@FOOTER@@