As part of the great glisp cleanup, remove dep-acl5.lisp. Hopefully
[closure-html.git] / INSTALL
blobdd50786e23e222dc471508330baf4471b5e5b460
1 Preliminary Installation Instructions
3 (See also: http://common-lisp.net/project/closure/quickstart.html)
6 Provide yourself with:
8  1. CMUCL, SBCL, or another supported implementation
10     [For what it is worth, I use 18d-pre]
12  2. djpeg
14     [Debian package libjpeg-progs]
16  3. gif2png
18     [Debian package gif2png]
20  4. McCLIM, Closure XML, and their dependencies
22     [ http://common-lisp.net/project/mcclim/
23       http://common-lisp.net/project/cxml/ ]
26 Compile closure using ASDF: Register closure.asd in your central
27 registry and run:
29 * (asdf:operate 'asdf:load-op :closure)
31 Then start Closure:
33 * (closure:start)
36 2003-03-10, Gilbert Baumann
38 -- dummy commit, ignore --