Copyright (C) 2004, 2005, 2006, 2007 OCP-IP 

2/06/2007.

This package contains OCP monitor classes to be used with 2.2
release of OCP TL1, TL2 and TL3 channels.


Installation
---------------

- Install the OCP channel package first!
- Untar the 'tar.gz' archive
- Change directories to 'tl_sc' and run:
    make PREFIX=/path/to/distribution

    where /path/to/distribution represents the full path of the directory 
    where the channel package is installed.  Note that some versions of "make"
    will have difficulties if there is a "~" (tilde) or "*" (asterix) in the
    path name.



Installation of trace compression support
-----------------------------------------

1. Download gzstream and zlib public source libraries, which you
can get from:

http://www.cs.unc.edu/Research/compgeom/gzstream/

2. Use compile flag GZSTREAM_AVAILABLE in your models

3. Use file name for trace that ends with ".gz"

4. Compile with switch "-lgzstream -lz"

If any of these steps is missing, the trace files are
saved in plain text.

