rune fixes
[closure-html.git] / INSTALL
blob5ffb89da9e2119711371b2c14d87c8b939aa4750
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, Bordeaux Threads, and their dependencies
22     [ http://common-lisp.net/project/mcclim/
23       http://common-lisp.net/project/cxml/
24       http://common-lisp.net/project/bordeaux-threads/ ]
27 Compile closure using ASDF: Register closure.asd in your central
28 registry and run:
30 * (asdf:operate 'asdf:load-op :closure)
32 Then start Closure:
34 * (closure:start)
37 2003-03-10, Gilbert Baumann
39 -- dummy commit, ignore --