next up previous contents
Next: Operational Walkthrough Up: Conditional Compilation Analyzer User's Previous: Limitations of Use

Installation Guide

  The cca distribution file is archived with tar, then compressed with the compress function. To completely unpack the distribution file, simply save the distribution file to some directory and type the following command:
uncompress -c <fname> | tar xvf -
where fname is the distribution file name.

When the distribution file is unpacked with the above method, a subdirectory cca/ will be created to store all of the files and subdirectories.

To build cca, complete the following steps:

Once you have successfully run build, there will be an executable Perl script in cca/bin called cca (cca/bin/cca).