PI recovery
[xuriella.git] / doc / installation.xml
blobc16d00cdf36a99c5fc0d6e0a623e99101c7e1c35
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://www.lichteblau.com/cxml-stp/">cxml-stp</a>, and
20     <a href="http://common-lisp.net/project/plexippus-xpath">Plexippus XPath</a>
21   </p>
22   <p>
23     <a href="http://www.cliki.net/asdf">ASDF</a> is used for
24     compilation.  Register the .asd file, e.g. by symlinking it, then
25     compile xuriella using <tt>asdf:operate</tt>.
26   </p>
27   <pre>$ ln -sf `pwd`/xuriella.asd /path/to/your/registry/
28 * (asdf:operate 'asdf:load-op :xuriella)</pre>
30 </page>