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

This utilities and libraries for CLIPS are  the sole property of
        Yilmaz Cengeloglu
        P.O. Box 10412
        Daytona Beach, FL 32120-0412, USA

DYNACLIPS Version 2.0  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 2.0
--------------------------------------------------------
1-) goto DYN/lib directory and enter
        ranlib *

2-) Copy clips Version 6.0 source code  to  DYN/clips directory.

2-) Copy   makefile of CLIPS version 6.0  to DYN/clips directory.


3-) make a backup of
         DYN/clips/main.c
         DYN/clips/makefile.cc


4-) copy
         DYN/src/main.c
         DYN/src/dyn.h
        to
         DYN/clips directory.

5-) goto DYN/clips directory and open makefile of CLIPS with any editor.

6-) In order to link dynaclip with CLIPS 6.0,
        change following line in makefile

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

        to

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



7-) enter make -f makefile.cc   to  compile CLIPS 6.0

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

