# @(#)INSTALL	1.4 1/15/92

Installation of CLM requires the following steps:

1. Create the Motif daemon and server executables.
   Go to the ./server directory and read the README file for any details.

2. Compile the Lisp interface for the Motif server.
   GO to the ./lisp directory and read the README file for any details.

3. Compile the demos in ./demos and check out if CLM works properly.
   Read the README file in ./demos for details.

4. Install the CLM software:

   - Edit the definitions for CLM_LIB and CLM_BIN in server/Makefile,
     lisp/Makefile and optionally demos/Makefile.

     CLM_LIB: This directory contains the compiled lisp code and the compiled
	      C modules. Call it something like /vol/gina/clm/lib.sun4

     CLM_BIN: This directory contains the executables for the CLM daemon,
	      the CLM server and the generated shell script 'clmd' 
	      which starts up the CLM daemon. Call it something 
	      like /vol/gina/clm/bin.sun4.

   - Type 'make install' in this directory.

5. To make a lisp image which contains CLM:

   - Go to the CLM_LIB directory.
   - Run lisp
   - type (load "clm") to load the compiled modules and the foreign functions.
   - type (xtk::save-lisp "name-of-your-image") to save the lisp image.

