more release work
[xuriella.git] / doc / installation.xml
blob5207bc0e517c1b3ac564c820718d5fbe3f591cdc
1 <page title="Installing Xuriella">
3   <h3>Download</h3>
4   <p>
5     Download a
6     <a href="http://common-lisp.net/project/xuriella/download">tarball</a>.
7   </p>
8   <p>
9     Get it from git://repo.or.cz/xuriella.git
10     (<a href="http://repo.or.cz/w/xuriella.git">gitweb</a>)
11   </p>
13   <h3>Installation</h3>
14   <p>
15     Xuriella needs
16     <a href="http://common-lisp.net/project/cxml">cxml</a>,
17     <a href="http://common-lisp.net/project/closure/closure-html/">chtml</a>,
18     <a href="http://www.lichteblau.com/cxml-stp/">cxml-stp</a>, and
19     <a href="http://common-lisp.net/project/plexippus-xpath">Plexippus XPath</a>.
20   </p>
21   <p>
22     <a href="http://www.cliki.net/asdf">ASDF</a> is used for
23     compilation.  Register the .asd file, e.g. by symlinking it, then
24     compile xuriella using <tt>asdf:operate</tt>.
25   </p>
26   <pre>$ ln -sf `pwd`/xuriella.asd /path/to/your/registry/
27 * (asdf:operate 'asdf:load-op :xuriella)</pre>
29 </page>