source: sources/INSTALL @ 16

Last change on this file since 16 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 729 bytes
Line 
1SystemCASS Installation
2=======================
3
4To install SystemCASS on linux, do the following steps:
5
6  1. Set the following environment variable(s):
7
8     TARGET_ARCH : architecture name.
9
10     SYSTEMCASS  : SystemCASS top directory.
11
12     ALLIANCE (optional) : ALLIANCE top directory
13                           See also 'PAT trace output' section.
14
15     For example :
16
17       setenv TARGET_ARCH linux
18       setenv SYSTEMCASS /users/tools/systemcass/
19
20  2. Change to the top level directory (systemcass)
21
22  3. Type the following command:
23
24       (cd src ; make)
25
26
27PAT trace ouput
28===============
29
30PAT trace output is disable by default.
31Set the environment variable 'ALLIANCE' to ALLIANCE top directory,
32then make again.
33
Note: See TracBrowser for help on using the repository browser.