From fe4f5323bf2e52573ad3ca1477467df0a6d78532 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Sat, 11 Jun 2011 14:08:30 -0400 Subject: [PATCH] Remove references to asdf-install, provide Quicklisp references instead. --- doc/index.html | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/doc/index.html b/doc/index.html index 4ac7e91..deb4873 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,35 +48,24 @@

ZS3 depends on the following libraries:

-

Those libraries additionally depend on: -

+

The easiest way to install ZS3 and all its required libraries is + with Quicklisp. After + Quicklisp is installed, the following will fetch and load ZS3: -

If you - have asdf-install, you - can use (asdf-install:install 'zs3), which will fetch - and load all the dependencies listed above. +

+    (ql:quickload "zs3")
+

For more information about incorporating ASDF-using libraries like ZS3 into your own projects, - see this short + see this short tutorial. -- 2.11.4.GIT