# @(#)README	1.3 11/27/91

This directory contains a number of demo applications for CLM.

To compile and test the demos, you must first load CLM into Lisp,
then Load and run the demos.

5. To install a library containing all demos, you must set up the following
   variables in the Makefile

   LISP: The pathname of your Common Lisp executable
   LISP_SYSTEM: either 'excl' or 'lucid'
   CLM_LIB: Directory where the compiled demos should be installed.

   To install the demos, type 'make install'. This creates a file 
   clm-demos.fasl (Allegro) or clm-demos.sbin (Lucid) in the CLM_LIB
   directory.

   To install all parts of CLM, go to ".." and type 'make install'

6. Save a Lisp image which contains CLM and the demos:

   Go to the CLM_LIB directory, start lisp and load CLM by typing (load "clm").
   Then load the demos by typing (load "clm-demos").
   Save the lisp image using (xtk::save-lisp "name-of-saved-image").
