[version 0.8.1 ediware**20070428050015] { hunk ./CHANGELOG 1 +Version 0.8.1 +2007-04-27 +Removed antiquated installation instructions and files (thanks to a hint by Mac Chan) + hunk ./cl-who.asd 2 -;;; $Header: /usr/local/cvsrep/cl-who/cl-who.asd,v 1.13 2007/04/27 09:33:42 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-who/cl-who.asd,v 1.14 2007/04/27 19:09:27 edi Exp $ hunk ./cl-who.asd 31 - :version "0.8.0" + :version "0.8.1" hunk ./doc/index.html 254 -current version is 0.8.0. +current version is 0.8.1. +
+The preferred method to compile and load Hunchentoot is via ASDF. hunk ./doc/index.html 258 -If you're on Debian you should -probably use the Debian you can +probably use +the Gentoo Linux thanks to Matthew Kennedy. -
-CL-WHO comes with simple system definitions for MK:DEFSYSTEM and asdf so you can either adapt it
-to your needs or just unpack the archive and from within the CL-WHO
-directory start your Lisp image and evaluate the form
-(mk:compile-system "cl-who")
(or the
-equivalent one for asdf) which should compile and load the whole
-system. Installation via asdf-install should also
-be possible.
-
-If for some reason you don't want to use MK:DEFSYSTEM or asdf you
-can just LOAD
the file load.lisp
or you
-can also get away with something like this:
-
-
-(loop for name in '("packages" "who") - do (compile-file (make-pathname :name name - :type "lisp")) - (load name)) -- -Note that on CL implementations which use the Python compiler -(i.e. CMUCL, SBCL, SCL) you can concatenate the compiled object files -to create one single object file which you can load afterwards: - -
-cat {packages,who}.x86f > cl-who.x86f -- -(Replace ".
x86f
" with the correct suffix for
-your platform.)
-
--Note that there is no public CVS repository for CL-WHO - the repository at common-lisp.net is out of date and not in sync with the (current) version distributed from weitz.de. +for Gentoo +Linux thanks to Matthew Kennedy. In both cases, check if they have the newest version available. hunk ./doc/index.html 272 - hunk ./doc/index.html 774 -$Header: /usr/local/cvsrep/cl-who/doc/index.html,v 1.51 2007/04/27 09:33:44 edi Exp $ +$Header: /usr/local/cvsrep/cl-who/doc/index.html,v 1.52 2007/04/27 19:09:29 edi Exp $ }