IC Tester program, (C) Copyright 2001, 2002 by Silvio Klaic

Step by step how to build ic tester program for UNIX/Linux,Minix,Amiga and DOS.

Requirement:
	compiler (gcc, cc or similar c compiler)
	base library
	time to read help

Settings before compiling:
	copy Makefile.<your_operating_system> to Makefile
	edit Makefile and change to your needs (installation directory, etc.)

To compile:
	type:make help - to see options for make
	use your method for make and start make, ignore warnings
	type:su - (if you aren't root) optional (UNIX/Linux only)
	type:make install - to install program

Post processing setings:
	put ictdata.tgz into this directory
	type: make install_data - to install database files
	if you manually install database use 'icupdata' script
	see documentation in /usr/local/share/ictester/help for Linux or in
	C:\ICTESTER\SHARE\HELP directory by using 'icthelp' script under DOS.
