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

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

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


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


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

6-) goto DYN/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/libbba10.a



8-) enter make to  compile CLIPS 5.1 

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


