X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fintro.sgml;fp=doc%2Fintro.sgml;h=5a6e7bb42656f473d00b831b8f3014b0ec52e1c2;hp=bc663236ce0ebd7f4b43097bb78fe54d8a22c500;hb=1f66d711941c82be96c0f9748b9c7dda90a2b964;hpb=88303e6ff41e146c3774778fd39e0b288e468263 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) - +