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