tomwalters@0: tomwalters@0: The pathnames which are to be modified for using the AIM software. tomwalters@0: ==================================================================== tomwalters@0: tomwalters@0: In the following ${DIR} is the pathname of the directory in which AIM is tomwalters@0: installed in your file system. For example this might be: /usr/local/aim tomwalters@0: tomwalters@0: tomwalters@0: 1. Executables. tomwalters@0: -------------- tomwalters@0: tomwalters@0: The executable files of the model, AIM tools and the script files are located tomwalters@0: in the ${DIR}/bin directory. tomwalters@0: tomwalters@0: If the path name is set to this directory, these programs can be executed tomwalters@0: from anywhere in the system. The best thing to do is to set the PATH tomwalters@0: variable of the environment to: tomwalters@0: tomwalters@0: setenv PATH ${DIR}/bin:$PATH tomwalters@0: tomwalters@0: This can be done in the .login, .profile or any other appropriate start-up tomwalters@0: script. tomwalters@0: tomwalters@0: tomwalters@0: 2. On-line manual. tomwalters@0: ----------------- tomwalters@0: tomwalters@0: The `manaim' script prints AIM manual pages with appropriate name in the tomwalters@0: Unix man page format. tomwalters@0: But if the user wishes to get the man pages through "xman", the environment tomwalters@0: variable MANPATH needs to be setup to search the aim/release/man tomwalters@0: directory along with the other default man directories. tomwalters@0: tomwalters@0: Add the directory which contains the AIM manual pages to the MANPATH tomwalters@0: in your environment, for example by including the following in your tomwalters@0: start-up script: tomwalters@0: tomwalters@0: setenv MANPATH ${DIR}/man:${MANPATH} tomwalters@0: tomwalters@0: or, if MANPATH is an undefined variable: tomwalters@0: tomwalters@0: setenv MANPATH ${DIR}/man tomwalters@0: tomwalters@0: tomwalters@0: For compatibility with systems which do not conventionally use a tomwalters@0: MANPATH, the pathname of the AIM pages directory must be the first tomwalters@0: pathname in the list. tomwalters@0: tomwalters@0: The AIM man pages will be appear in the "User Commands" section and the tomwalters@0: "Local" section of xman. tomwalters@0: tomwalters@0: