                                 TCTUTILs 
                 www.cerias.purdue.edu/homes/carrier/forensics

Installation
-----------------------------------------------------------------------------
1.  Put the files in any directory (i.e. /usr/local/tctutils-VERSION).

2.  Edit the TCT_DIR entry in the src/Makefile to point to the TCT 
    installation (default: /usr/local/tct)

3.  Type make.  This will place the executable files in the bin directory. 

For Example:
% mv tctutils-X.tar.gz /usr/local
% cd /usr/local
% gunzip tctutils-X.tar.gz
% tar xf tctutils-X.tar
% cd tctutils-X
% vi src/Makefile
% make

NOTE: If you want to also use the Autopsy Forensic Browser, it will be
easiest to maintain if symlinks are created from /usr/local/tctutils
to /usr/local/tctutils-X and similarly from tct to tct-X.

