
HOW TO SET UP
-------------
1-) goto DYN/lib directory and enter
	ranlib *  

2-) Copy clips Version 5.10  to  DYN/clips directory.

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

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-) change 
 	SYS_LIBRARIES = -lm -ltermcap
	to
	SYS_LIBRARIES = -lm -ltermcap ../lib/libbba.a 

7-) enter make and compile clips.

8-) 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


