
DYNACLIPS ( DYNAmic CLIPS Utilities)  Version 3.1
COPYRIGHT 1994  by Yilmaz Cengeloglu.

This utilities and libraries for CLIPS are  the sole property of
        Yilmaz Cengeloglu
        P.O. Box 4142
        Winter Park, FL 32793-4142, USA


DYNACLIPS Version 3.1  can be  freely used and redistributed for
educational purpose.  Commercial use  of these utilities is subject to 
the terms and conditions of a license agreement with the  Yilmaz Cengeloglu.


HOW TO SET UP DYNACLIPS Version 3.1 CLIPS 6.02
--------------------------------------------------------
1-) goto DYN31/lib directory and enter
        ranlib *

2-) Copy clips Version 6.02 source code  to  DYN31/clips directory.

3-) Copy   makefile of CLIPS version 6.02  to DYN31/clips directory.


4-) make a backup of
         DYN31/clips/main.c
         DYN31/clips/makefile.cc


5-) copy
         DYN31/src/main602.c
         DYN31/src/dyn.h
        to
         DYN31/clips directory.
	and change name of  main602.c to main.c

6-) goto DYN31/clips directory and open makefile of CLIPS with any editor.

7-) In order to link dynaclip with CLIPS 6.02,
        change following line in makefile

   clips : $(OBJS)
        cc -o clips $(OBJS) -lm -ltermcap

        to

   clips : $(OBJS)
        cc -o clips $(OBJS) -lm -ltermcap ../lib/libdynaclips602.a



8-) enter make -f makefile.cc   to  compile CLIPS 6.02

9-) When compiling is completed,
copy DYN31/clips/clips  to  DYN31/bin directory.
change name of clips executable  to  dynaclips.
 
 
-------------------------------------------
 
10-) run setdyn602 from DYN31 directory.
 
11-) list DYN31/bin directory: following executables must be there..
        clrbb
        control
        exdyna
        sendbb
        watchbb
        ipclr
        dynaclips
        ex1
        ex2
        showfacts
 

