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

Step by step how to build ic tester program for Unix/linux.

Requirement:
	compiler (gcc,cc or similar c compiler)
	base library
	gtk library v1.2 or higher
	installed X server
	time to read help

Settings before compiling:
	type `./configure' to configure the package for your system. If you're
	  using `csh' on an old version of System V, you might need to type
	  `sh ./configure' instead to prevent `csh' from trying to execute
	  `configure' itself. Running `configure' takes awhile.  While running, 
	  it prints some messages telling which features it is checking for.
	if you want other installation directory, check on end of this file
	  section "Installation Names".
	if you have IC-tester data installed on other location than default,
	  edit 'config.h' and change path under PACKAGE_DATA_DIR to match yours
	  path location.

To compile:
	type:make, ignore warnings if any.
	type:su - (if you aren't root, or not have write access to INSTALL dir)
	type:make install - to install program

Post processing settings:
	see documentation in /usr/local/share/ictester/help
	note: documentation don't comes with program, you must download it from:
	 http://student.math.hr/~sklaic/electronics/ on IC-Tester download page.

Installation Names
==================

   By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc.  You can specify an
installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'.

Compilers and Options
=====================

   Some systems require unusual options for compilation or linking that
the `configure' script does not know about.  You can give `configure'
initial values for variables by setting them in the environment.  Using
a Bourne-compatible shell, you can do that on the command line like
this:
     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure

Or on systems that have the `env' program, you can do it like this:
     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
