Update domain name to kpe.io
[uffi.git] / doc / appendix.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % myents SYSTEM "entities.inc">
5 %myents;
6 ]>
7
8 <appendix id="installation">
9   <title>Installation</title>
10   <sect1 id="download">
11     <title>Download &uffi;</title>
12     <para>
13 You need to download the &uffi; package from its web
14 <ulink url="http://uffi.kpe.io"><citetitle>home</citetitle></ulink>.
15 You also need to have a copy of &asdf;. If you need a copy of
16 &asdf;, it is included in the 
17   <ulink
18       url="http://www.sourceforge.net/projects/cclan">
19       <citetitle>CCLAN</citetitle></ulink> package. You can download
20 the file <filename>defsystem.lisp</filename> from the CVS 
21 <ulink url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/asdf.lisp"><citetitle>tree</citetitle></ulink>.
22     </para>
23   </sect1>
24   <sect1 id="loading">
25     <title>Loading</title>
26     <para>
27       After downloading and installing &asdf;, simply
28       <function>push</function> the
29       directory containing &uffi; into
30       <varname>asdf:*central-registry*</varname> variable. Whenever you
31 want to load the &uffi; package, use the form
32       <computeroutput>(asdf:operate 'asdf:load-op :uffi)</computeroutput>.
33     </para>
34   </sect1>
35 </appendix>