New argument new-process to run-closure, which can be disabled to run
[closure-html.git] / INSTALL
bloba68219ef5bb02aa6f08456805cb6e503fd6d97c0
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, Flexi-Streams, ZIP
21     and their dependencies
23     [ http://common-lisp.net/project/mcclim/
24       http://common-lisp.net/project/cxml/
25       http://common-lisp.net/project/bordeaux-threads/ 
26       http://common-lisp.net/project/zip/ 
27       http://weitz.de/flexi-streams/ ]
30 Compile closure using ASDF: Register closure.asd in your central
31 registry and run:
33 * (asdf:operate 'asdf:load-op :closure)
35 Then start Closure:
37 * (closure:start)
40 2003-03-10, Gilbert Baumann
42 -- dummy commit, ignore --