Next: Operational Walkthrough
Up: Conditional Compilation Analyzer User's
Previous: Limitations of Use
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:
- Change directory to cca (cd cca).
- Run build (./build). If you run into problems, follow the directions given by build.
Once you have successfully run build, there will be an executable Perl script in cca/bin called cca (cca/bin/cca).