From 0ee1f21e727fe5c1534fcee4ef18fd23ece228ba Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 4 Sep 2014 17:44:48 -0400 Subject: [PATCH] Forward-port some comments from the master branch. --- tools/install-asdf.lisp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/install-asdf.lisp b/tools/install-asdf.lisp index 4008b9be..3097207b 100644 --- a/tools/install-asdf.lisp +++ b/tools/install-asdf.lisp @@ -1,7 +1,11 @@ ":" ; exec cl-launch "$0" "$@" # -*- Lisp -*- #| -Usage: ./tools/asdf-tools install-asdf lispworks - or l=lispworks ./tools/asdf-tools install-asdf +Usage: make && ./tools/asdf-tools install-asdf lispworks + or make && l=lispworks ./tools/asdf-tools install-asdf + or make && cl-launch -l lispworks bin/install-asdf-as-module + or make + sbcl # or otherwise start your Lisp + (load "bin/install-asdf-as-module") This script will install the current version of ASDF as a module pre-compiled for your implementation, @@ -18,7 +22,7 @@ It notably doesn't work on: Also, MKCL now delivers UIOP separately from ASDF, which is great, but requires support. Happily, both ECL and MKCL tend to sport a recent ASDF 3, too. -* SBCL since 1.2.2 now like MKCL delivers UIOP separately from ASDF. +* SBCL since 1.2.3 now like MKCL delivers UIOP separately from ASDF. * mocl, that doesn't support ASDF 3 yet. * Corman Lisp, RMCL, Genera, that are obsolete anyway. -- GitLab