1 <page title="Installing Xuriella">
7 <a href="#tbd">tarball</a>.
11 Get it from git://repo.or.cz/xuriella.git
12 (<a href="http://repo.or.cz/w/xuriella.git">gitweb</a>)
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>
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>.
27 <pre>$ ln -sf `pwd`/xuriella.asd /path/to/your/registry/
28 * (asdf:operate 'asdf:load-op :xuriella)</pre>