$Id: INSTALL,v 1.2 2004/03/17 19:43:47 fnielsen Exp $ 

1) Requirements
	You should have java and FisWidgets installed


2) (Re-)compiling

If the jar file is not available then execute 

> make  


3) Setup of environment variables 

The LYNGBY_FISWIDGETS should be setup to the path where 
Lyngby FisWidgets is installed, - for tcsh something similar to: 

setenv LYNGBY_FISWIDGETS /home/fnielsen/matlab/lyngby/

setenv CLASSPATH {$CLASSPATH}:{$LYNGBY_FISWIDGETS}/lyngby.jar
setenv FISDOC_PATH {$LYNGBY_FISWIDGETS}/


------------------------------------------

Bugs: 

When matlab commands a spawned in Linux java seems to assume a wrong
path for "csh": /sbin/csh. In Linux (and perhaps on HP) the usually
path is /bin/csh. A workaround is to make a link:

ln -s /bin/csh /sbin/csh

