These notes were written by Matthias Zetzl and summarize the install
process of E3D 1.3.5 on the OSF1/Alpha TruUnix platform. Please adapt
them to different version numbers as required.

sh> uname -a
OSF1 <HOSTNAME> V5.1 2650 alpha

Variables:
==========
sh> mkdir  $HOME/packages/E3D-OSF1

sh> export PGPLOT_DIR=$HOME/packages/E3D-OSF1/pgplot_dir 
sh> export F77=/usr/local/bin/g77   
sh> export IFU_PATH=$HOME/packages/E3D-OSF1
sh> export IFU_DEFAULT_FMT="Euro3D"
[Note: IFU_DEFAULT_FMT should not be necessary any more for
       e3d from version 1.3.6]

PGPLOT Installation:
====================

sh> cd $HOME/packages/E3D-OSF1/
sh> gunzip -qc $HOME/programme/D3D/pgplot5.2.tar.gz | tar xvf -
sh> mkdir pgplot_dir
sh> cp /otherfs/local.Linux/pgplot/drivers.list pgplot_dir/
sh> cd pgplot_dir
sh> EDIT  sys_osf1/g77_gcc.conf: remove '-ldl' in 'TK_LIBS' 
sh> ../pgplot/makemake ../pgplot  osf1 g77_gcc  
sh> gmake
sh> gmake cpg 
sh> gmake clean 

LCL Installation:
=================

sh> cd $HOME/packages/E3D-OSF1/
sh> gunzip -qc $HOME/programme/D3D/E3D_io_LCL-1.3.tar.gz | tar xvf -
sh> rm E3D_io_LCL-1.3/C_libs/wcslib/libwcs.a # forgotten ELF-Object
sh> cd E3D_io_LCL-1.3
sh> wget http://www.crufty.net/ftp/pub/sjg/mk/OSF1.sys.mk
sh> cp OSF1.sys.mk Makeconf
sh> ./configure MAKE=gmake 
sh> gmake



E3D Installation:
=================

sh> cd $HOME/packages/E3D-OSF1/
sh> gunzip -qc $HOME/programme/D3D/e3d-1.4.8.tar.gz | tar xvf -
sh> EDIT add_defs/makedefs.local for OSF1
sh> cd e3d-1.4.8
sh> cp ../E3D_io_LCL-1.3/Makeconf .
sh> ./configure  MAKE=gmake
sh> gmake
sh> gmake install
 
