-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathINSTALL
43 lines (24 loc) · 932 Bytes
/
INSTALL
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
33
34
35
36
37
38
39
40
41
42
43
Preliminary Installation Instructions
(See also: http://common-lisp.net/project/closure/quickstart.html)
Provide yourself with:
1. CMUCL, SBCL, or another supported implementation
[For what it is worth, I use 18d-pre]
2. djpeg
[Debian package libjpeg-progs]
3. gif2png
[Debian package gif2png]
4. McCLIM, Closure XML, Bordeaux Threads, Flexi-Streams, ZIP,
Closure HTML, and their dependencies
[ http://common-lisp.net/project/mcclim/
http://common-lisp.net/project/cxml/
http://common-lisp.net/project/bordeaux-threads/
http://common-lisp.net/project/zip/
http://common-lisp.net/project/closure/closure-html/
http://weitz.de/flexi-streams/ ]
Compile closure using ASDF: Register closure.asd in your central
registry and run:
* (asdf:operate 'asdf:load-op :closure)
Then start Closure:
* (closure:start)
2003-03-10, Gilbert Baumann
-- dummy commit, ignore --