File: INSTALLATION

package info (click to toggle)
cl-who 0.4.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 112 kB
  • ctags: 54
  • sloc: lisp: 375; makefile: 44; sh: 27
file content (32 lines) | stat: -rw-r--r-- 996 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Installation of CL-WHO

1. Probably the easiest way is

     (load "/path/to/cl-who/load.lisp")

   This should compile and load CL-WHO on most Common Lisp
   implementations.

2. With MK:DEFSYSTEM you can make a symlink from 'cl-who.system'
   to your central registry and then issue the command

     (mk:compile-system "cl-who")

   Note that this relies on TRUENAME returning the original file a
   symbolic link is pointing to. With AllegroCL 6.2 this will only
   work if you've applied all patches with (SYS:UPDATE-ALLEGRO).

3. You can also use ASDF instead of MK:DEFSYSTEM in a similar way:

     (asdf:operate 'asdf:compile-op :cl-who)
     (asdf:operate 'asdf:load-op :cl-who)

After installing CL-WHO you can LOAD the file "test.lisp" to
check if everything works as expected.

Complete documentation for CL-WHO can be found in the 'doc'
directory.

CL-WHO also supports Nikodemus Siivola's HYPERDOC, see
<http://common-lisp.net/project/hyperdoc/> and
<http://www.cliki.net/hyperdoc>.