The following installation instructions are from the INSTALLATION file in the root directory of the MODELLER distribution. See Section 1.3 for how to obtain MODELLER.
INSTALLATION
M O D E L L E R 6v0
Copyright(c) 1989-2001 Andrej Sali
All Rights Reserved
** PLATFORMS
MODELLER is written in Fortran 90 and runs on Silicon Graphics under IRIX,
on Sun workstation under Solaris, IBM under AIX, on DEC Alphas and Pentium
PC's under Linux.
** INSTALLATION
See file modeller.README for information about how to get MODELLER. The
source code is not generally available. Hence, most users are limited to
the compiled versions of MODELLER. Program is distributed as a single
compressed tar archive (modeller6v0.tar.Z) that contains scripts,
libraries, examples, documentation (in PDF and HTML formats) and
executables for different platforms and operating systems.
1) Download modeller6v0.tar.Z file into the desired directory
on your computer.
2) Unpack the file:
uncompress modeller6v0.tar.Z
tar xvf modeller6v0.tar
The result of unpacking will be directory ./modeller6v0
(next to the modeller6v0.tar.Z file) with the following
uncompressed files and directories:
doc/ MODELLER documentation directory
examples/ directory containing examples and tutorials
Install installation script
INSTALLATION this file
modeller.README file describing distribution and registration
modlib/ libraries and data files for the program
scripts/ script files used to compile and use MODELLER
src/ directory with executables
3) Go to the ./modeller6v0 directory and run the installation script
./Install
Answer several questions as prompted. If you make a mistake,
you can re-run the script.
4) If the script installation was successful you may stop here.
Otherwise you have to install MODELLER manually as described
below.
5) Include into your login script the lines below. Edit them
appropriately to suit your system. In case of csh or tcsh
the login script is ".cshrc" (you can generally find your
current shell by typing 'echo $shell').
#######################################################
# this is a location of the modeller6v0 directory
# (i.e where you unpacked tar.Z file)
setenv MODINSTALL6v0 /usr/local/modeller/modeller6v0
# please comment out those that don't apply to you:
setenv EXECUTABLE_TYPE6v0 i386-absoft # for Linux
setenv EXECUTABLE_TYPE6v0 iris4d # for SGI
setenv EXECUTABLE_TYPE6v0 sun4 # for SUN
setenv EXECUTABLE_TYPE6v0 alpha # for DEC Alpha
setenv EXECUTABLE_TYPE6v0 rs6000 # for IBM
setenv LIBS_LIB6v0
$MODINSTALL6v0/modlib/libs.lib
# replace KEY_MODELLER with the Modeller key you obtained
# after signing the online license agreement
setenv KEY_MODELLER6v0
set path=($path $MODINSTALL6v0/bin)
limit stacksize unlimited
########################################################
6) Source the login script by executing the command:
source ~/.cshrc
5) Install the program:
a) change directory:
cd $MODINSTALL6v0/src/main
b) execute command:
make install
For additional information visit our web site:
http://guitar.rockefeller.edu
Sincerely,
Modeller Team
December, 2001.