
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 for CLIPS 5.1
--------------------------------------------------------
1-) goto DYN31/lib directory and enter
        ranlib *

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

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


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


5-) copy
         DYN31/src/main51.c
         DYN31/src/dyn.h
        to
         DYN31/clips directory.
        and change name of  main51.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 5.1,
        change following line in makefile

        SYS_LIBRARIES = -lm -ltermcap
        to
        SYS_LIBRARIES = -lm -ltermcap ../lib/libdynaclips51.a



8-) enter make to  compile CLIPS 5.1 

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


