For recipients running UNIX, the whole OASES directory tree will be shipped in compressed tar files, compressed with the standard compress and gzip utilities, respectively.
oases.tar.Z oases.tar.gz
The ``export'' subset of oases is available via anonymous ftp from ftp@keel.mit.edu. or via the World-wide-Web: ftp://keel.mit.edu/pub/oases/ The files are placed in the pub/oases directory, which also contains a README file..
To install, download the tar file(s) in your desired root directory $HOME and issue the commands
uncompress oases.tar.Z tar xvf oases.tar mv oases_export oases # Only for Export package
or, if you use gzip use the command
gunzip -c oases.tar.gz | tar xvf - mv oases_export oases # Only for Export package
which will install the directory tree:
$HOME/oases | OASES root directory |
$HOME/oases/src | Source files for 2-D OASES |
$HOME/oases/src3d | Source files for 3-D OASES |
$HOME/oases/bin | OASES scripts and destination of executables |
$HOME/oases/lib | Destination of OASES libraries |
$HOME/oases/tloss | Data files for OAST |
$HOME/oases/pulse | Data files for OASP |
$HOME/oases/rcoef | DATA files for OASR |
$HOME/oases/plot | Source files for FIPPLOT |
$HOME/oases/contour | Source files for CONTUR |
$HOME/oases/mindis | MINDIS graphics library |
$HOME/oases/pulsplot | Source files for Pulse Post-Processor |
$HOME/oases/doc | This document in LaTeX format |