
DYNACLIPS ( DYNAmic CLIPS Utilities)  Version 3.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 3.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 3.0 CLIPS 6.0
--------------------------------------------------------
1-) goto DYN/lib directory and enter
        ranlib *

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

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


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


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

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

7-) 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/libbba20.a



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

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

