Linux:
	You'll need the Tcl libraries and National Instruments 
	latest drivers installed on your system.

	Tcl is available at http://www.scriptics.com
	GPIB is availabe at http://www.ni.com/linux/ni488dl.html

	first build the binary:
	Check the Makefile for your include and lib directorys:
	   right now, it's set up for -I/usr/local/include and
	    -L/usr/local/lib
	Type `Make'
	This will produce a libnigpib.so file that can then be
	"loaded" into tcl with:
	   `load /from/where/it/is/libnigpib.so'

Clausi:
	If you need the original llp tcl interface (you just 
	swap hardrare drivers but don't want to change any
	tcl code) then you need to install clausi.tcl

	This is a tcl script that changes the National API
	to the original LLP API.

	You will need to `load' the ni drivers first, then
	`source' clausi.tcl

