r3259: *** empty log message ***
[pubmed.git] / README
1 This is the Common Lisp PubMed package.
2
3 This package is written and Copyright (C) 2000-2002 by 
4 Kevin M. Rosenberg <kevin@rosenberg.net>
5
6 The web site for this package is http://pubmed.b9.com/
7
8
9 Prerequisites
10 =============
11  - The ASDF system definition facility, available for download at 
12    ftp://ftp.b9.com/asdf/asdf.lisp
13  - The KMRCL utility package, available for download at
14    ftp://ftp.b9.com/kmrcl 
15  - Allegroserve which is included with AllegroCL and is available
16    for other platforms at http://portableaserve.sourceforge.net.
17
18
19 Installation
20 ============ 
21  - Debian:
22      evaluate (require 'pubmed) 
23
24  - Other Operating Systems:
25      1. Install the ASDF, KMRCL, and PubMed packages into directories
26         of your choice.
27      2. Load asdf.lisp.
28      3. Push the names of the directories containing the KMRCL and PubMed
29         files on to the asdf:*central-registry* list.
30      2. Load kmrcl.asd from the KMRCL package.
31      3. Load pubmed.asd from the PubMed package.
32      4. Evaluate (asdf:oos 'asdf:load-op 'pubmed).
33
34
35 USAGE
36 =====
37   - Read the source and/or contact the author for support.