SystemCASS Installation
=======================

To install SystemCASS on linux, do the following steps:

  1. Set the following environment variable(s):

     TARGET_ARCH : architecture name.

     SYSTEMCASS  : SystemCASS top directory.

     ALLIANCE (optional) : ALLIANCE top directory
                           See also 'PAT trace output' section.

     For example :

       setenv TARGET_ARCH linux
       setenv SYSTEMCASS /users/tools/systemcass/

  2. Change to the top level directory (systemcass)

  3. Type the following command:

       (cd src ; make)


PAT trace ouput
===============

PAT trace output is disable by default.
Set the environment variable 'ALLIANCE' to ALLIANCE top directory, 
then make again.

