Remove outdated system file and BUILD-script. Update INSTALL accordingly.
[closure-html.git] / INSTALL
blob269e60993bc7e29084db0c702ce1b283112fc38c
1 Preliminary Installation Instructions
3 Provide yourself with:
5  1. CMUCL, SBCL, or another supported implementation
7     [For what it is worth, I use 18d-pre]
9  2. djpeg
11     [Debian package libjpeg-progs]
13  3. gif2png
15     [Debian package gif2png]
17  4. McCLIM, Closure XML, and their dependencies
19     [ http://common-lisp.net/project/mcclim/
20       http://common-lisp.net/project/cxml/ ]
23 Compile closure using ASDF: Register closure.asd in your central
24 registry and run:
26 * (asdf:operate 'asdf:load-op :closure)
28 Then start Closure:
30 * (closure:start)
33 2003-03-10, Gilbert Baumann
35 -- dummy commit, ignore --