From: Kevin M. Rosenberg Date: Wed, 18 Sep 2002 07:00:16 +0000 (+0000) Subject: r2747: *** empty log message *** X-Git-Tag: v1.6.1~313 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=34fe0ad82e5a1b227f9400788aa9bfb6cfdcb3e8;p=uffi.git r2747: *** empty log message *** --- diff --git a/doc/appendix.sgml b/doc/appendix.sgml index a888a5a..cf1b4cd 100644 --- a/doc/appendix.sgml +++ b/doc/appendix.sgml @@ -7,24 +7,24 @@ You need to download the &uffi; package from its web home. -You also need to have a copy of &defsystem;. If you need a copy of -&defsystem;, it is included in the +You also need to have a copy of &asdf;. If you need a copy of +&asdf;, it is included in the - CLOCC package. You can download + url="http://www.sourceforge.net/projects/cclan"> + CCLAN package. You can download the file defsystem.lisp from the CVS -tree. +tree. Installation - After downloading and installing &defsystem;, simply + After downloading and installing &asdf;, simply push the directory containing &uffi; into - mk:*central-registry* variable. Whenever you + asdf:*central-registry* variable. Whenever you want to load the &uffi; package, use the function - (mk:load-system :uffi). + (asdf:oos 'asdf:load-op :uffi). diff --git a/doc/intro.sgml b/doc/intro.sgml index 1b834e8..082edf8 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -41,7 +41,7 @@ particular C-library. The primary tested and supported platforms for &uffi; are: - &acl; v6.1 and v6.2.beta on Debian GNU/Linux + &acl; v6.2 on Debian GNU/Linux FreeBSD 4.5, Solaris v2.8, and Microsoft Windows XP. &lw; v4.2 on Debian GNU/Linux and Microsoft Windows XP. &cmucl; 18d-pre on Debian GNU/Linux, FreeBSD 4.5, and Solaris 2.8 diff --git a/doc/uffi.sgml b/doc/uffi.sgml index 8c18fb8..fa75383 100644 --- a/doc/uffi.sgml +++ b/doc/uffi.sgml @@ -13,6 +13,7 @@ NULL"> C"> defsystem"> +ASDF">