From: Kevin M. Rosenberg Date: Sat, 23 Mar 2002 14:34:36 +0000 (+0000) Subject: r1641: *** empty log message *** X-Git-Tag: v3.8.6~1232 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=1f66d711941c82be96c0f9748b9c7dda90a2b964;hp=88303e6ff41e146c3774778fd39e0b288e468263 r1641: *** empty log message *** --- diff --git a/doc/bookinfo.sgml b/doc/bookinfo.sgml index 964b79c..aeca209 100644 --- a/doc/bookinfo.sgml +++ b/doc/bookinfo.sgml @@ -13,9 +13,8 @@ Rosenberg - Release $Name: $ - File $Date: 2002/03/23 14:04:50 $ - $Id: bookinfo.sgml,v 1.1 2002/03/23 14:04:50 kevin Exp $ + File $Date: 2002/03/23 14:34:36 $ + $Id: bookinfo.sgml,v 1.2 2002/03/23 14:34:36 kevin Exp $ 1999 @@ -26,9 +25,8 @@ - &clsql; is Copyright © - 1999-2001 by Pierre R. Mai and Copyright © 2002 by - Kevin M. Rosenberg. + &clsql; is Copyright © 2002 by Kevin M. Rosenberg and + Copyright © 1999-2001 by Pierre R. Mai. Allegro CL® is a registered diff --git a/doc/intro.sgml b/doc/intro.sgml index bc66323..5a6e7bb 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -112,24 +112,28 @@ files for Microsoft Windows are supplied with the distribution. edit Makefile or Makefile.msvc to correctly specify the location of your &mysql; installation. On UNIX systems, use the command: -make. On a Microsoft Windows system, -use the command: nmake /f -Makefile.msvc. +make +On a Microsoft Windows system, +use the command: + +nmake /f +Makefile.msvc + Load &uffi; Unpack the appropriate &uffi; version for your system which creates a directory -for the &uffi; files. Add that directory to &defsystem; *central-registry*. +for the &uffi; files. Add that directory to Defsystem's mk:*central-registry*. You can do that by either pushing the pathname of the directory onto this variable, or use the new add-registry-location present in the newest versions of -&defsystem;. The below example code assumes the &uffi; files reside in the +&defsystem;. The following example code assumes the &uffi; files reside in the /usr/local/src/lisp/uffi directory. - + (mk:add-registry-location #P"/usr/local/src/lisp/uffi") (mk:load-system :uffi) - +