next up previous contents
Next: Configuring the Makefile Up: Using the Configure Previous: The configure script

Setting the configuration parameters

 

The first step in using the configure script is to set the values of configurable parameters. The configure script first assigns default values to these parameters, and then checks to see if the file configure.parameters exists. If it does, the script will read this file and use the values for parameters listed there. Edit the file configure.parameters and change the settings of the variables to the required values. The file is interpreted as a Bourne shell script, so blank lines and comments beginning with the # character are permissable. All parameters are of the form <keyword>=<value>

with no space characters on either side of the equal sign. This section lists the keywords, purpose, and possible values for each parameter. If a parameter is not listed at all in the file configure.parameters, its default value will be used.

Installation parameters

The following parameters control where and how VMD is installed after compilation. They do not have any effect on how VMD is compiled. It is easiest to change these at the same time other parameters are being changed, so the configure script need only be run once. Edit the file configure.parameters in the main working directory to change these settings.

Compilation parameters

These parameters determine various aspects of how VMD is compiled, for example the names of data files and maximum array sizes. Edit the file configure.parameters in the main working directory to change these settings.



next up previous contents
Next: Configuring the Makefile Up: Using the Configure Previous: The configure script



Andrew Dalke
Wed May 15 02:25:03 CDT 1996