r1859: *** empty log message ***
[uffi.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 &defsystem;. If you need a copy of
11 &defsystem;, it is included in the 
12   <ulink
13       url="http://www.sourceforge.net/projects/clocc">
14       <citetitle>CLOCC</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/clocc/clocc/src/defsystem-3.x/defsystem.lisp"><citetitle>tree</citetitle></ulink>.
17     </para>
18   </sect1>
19   <sect1>
20     <title>Installation</title>
21     <para>
22       After downloading and installing &defsystem;, simply
23       <function>push</function> the
24       directory containing &uffi; into
25       <varname>mk:*central-registry*</varname> variable. Whenever you
26 want to load the &uffi; package, use the function
27       <computeroutput>(mk:load-system :uffi)</computeroutput>.
28     </para>
29   </sect1>
30 </appendix>