MAIN 2000 download site for non-academic users

MAIN distribution consist of

and executable files

To install MAIN create your MAIN distribution directory
> mkdir main
> cd main
and unpack the distribution files using
> tar -xzf ../main_distribution.tar.gz.

If your tar does not support compression use
> gunzip -c ../main_distribution.tar.gz | tar -xf -.

Gunzip the executable file(s)
> gunzip mainp*exe*.gz

and edit the .login_BASH or .login_CSH files:

Assign proper MAIN environment
MAIN=/stef/dus/main/
export MAIN

and alias(es) for mainps
alias mainps=$MAIN"mainps_2000.exe_LINUX"