cf1b4cd358f594e29b2ae031b82c07b3502e9ca1
[hyperobject.git] / doc / appendix.sgml
1 <!-- -*- DocBook -*- -->
2
3 <appendix>
4   <title>Installation</title>
5   <sect1>
6     <title>Download &uffi;</title>
7     <para>
8 You need to download the &uffi; package from its web
9 <ulink url="http://uffi.med-info.com"><citetitle>home</citetitle></ulink>.
10 You also need to have a copy of &asdf;. If you need a copy of
11 &asdf;, it is included in the 
12   <ulink
13       url="http://www.sourceforge.net/projects/cclan">
14       <citetitle>CCLAN</citetitle></ulink> package. You can download
15 the file <filename>defsystem.lisp</filename> from the CVS 
16 <ulink url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/asdf.lisp"><citetitle>tree</citetitle></ulink>.
17     </para>
18   </sect1>
19   <sect1>
20     <title>Installation</title>
21     <para>
22       After downloading and installing &asdf;, simply
23       <function>push</function> the
24       directory containing &uffi; into
25       <varname>asdf:*central-registry*</varname> variable. Whenever you
26 want to load the &uffi; package, use the function
27       <computeroutput>(asdf:oos 'asdf:load-op :uffi)</computeroutput>.
28     </para>
29   </sect1>
30 </appendix>