Mercurial > hg > aim92
comparison docs/aimPaths @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5242703e91d3 |
---|---|
1 | |
2 The pathnames which are to be modified for using the AIM software. | |
3 ==================================================================== | |
4 | |
5 In the following ${DIR} is the pathname of the directory in which AIM is | |
6 installed in your file system. For example this might be: /usr/local/aim | |
7 | |
8 | |
9 1. Executables. | |
10 -------------- | |
11 | |
12 The executable files of the model, AIM tools and the script files are located | |
13 in the ${DIR}/bin directory. | |
14 | |
15 If the path name is set to this directory, these programs can be executed | |
16 from anywhere in the system. The best thing to do is to set the PATH | |
17 variable of the environment to: | |
18 | |
19 setenv PATH ${DIR}/bin:$PATH | |
20 | |
21 This can be done in the .login, .profile or any other appropriate start-up | |
22 script. | |
23 | |
24 | |
25 2. On-line manual. | |
26 ----------------- | |
27 | |
28 The `manaim' script prints AIM manual pages with appropriate name in the | |
29 Unix man page format. | |
30 But if the user wishes to get the man pages through "xman", the environment | |
31 variable MANPATH needs to be setup to search the aim/release/man | |
32 directory along with the other default man directories. | |
33 | |
34 Add the directory which contains the AIM manual pages to the MANPATH | |
35 in your environment, for example by including the following in your | |
36 start-up script: | |
37 | |
38 setenv MANPATH ${DIR}/man:${MANPATH} | |
39 | |
40 or, if MANPATH is an undefined variable: | |
41 | |
42 setenv MANPATH ${DIR}/man | |
43 | |
44 | |
45 For compatibility with systems which do not conventionally use a | |
46 MANPATH, the pathname of the AIM pages directory must be the first | |
47 pathname in the list. | |
48 | |
49 The AIM man pages will be appear in the "User Commands" section and the | |
50 "Local" section of xman. | |
51 | |
52 |