From: Kevin M. Rosenberg Date: Thu, 10 Jul 2003 20:09:57 +0000 (+0000) Subject: r5270: *** empty log message *** X-Git-Tag: debian-0.6-2~23 X-Git-Url: http://git.kpe.io/?p=cl-modlisp.git;a=commitdiff_plain;h=f0aefda1754a567f9a42fce25c5a9b05cc1ab4f4 r5270: *** empty log message *** --- diff --git a/doc/readme.lml b/doc/readme.lml index 555c8f9..f534b25 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -29,30 +29,32 @@ ".") (li "Demonstration processor included")) (:h2 "Prerequisites") - -REREQUISITES ------------- - -1. Apache 1.3.x -2. mod_lisp apache module (http://www.fractalconcept.com) -3. kmrcl library (http://files.b9.com/kmrcl) -4. asdf (http://www.sf.net/projects/cclan) - - -SUPPORTED PLATFORMS -------------------- - Allegro v6.2 - Lispworks v4.2 - SBCL 0.8.1 with sb-thread (multitasking) - CMUCL 18e - - -QUICKSTART ----------- + (ul + (li "Apache 1.3.x") + (li "mod_lisp apache module (" + ((:a :href "http://www.fractalconcept.com") + "http://www.fractalconcept.com") + ").") + (li "kmrcl library (" + ((:a :href "http://files.b9.com/kmrcl") + "http://files.b9.com/kmrcl") + ").") + (li "asdf (" + ((:a :href "http://www.sf.net/projects/cclan") + "http://www.sf.net/projects/cclan") + ").")) + + (:h2 "Supported Platforms") + (ul + (li "Allegro v6.2") + (li "CMUCL 18e") + (li "Lispworks v4.2") + (li "SBCL 0.8.1 with sb-thread (multi-threading)")) -1. The easiest way to install is to use the Debian GNU/Linux operating -system. Using the testing or unstable distributions, you can give the -command: + (:h2 "Quickstart") + (ul + (li "The easiest way to install is to use the Debian GNU/Linux operating system. Using the testing or unstable distributions, you can give the command:") + apt-get install libapache-mod-lisp cl-modlisp cl-kmrcl If you are not using Debian, you will need to download and install