Repositories that contain standalone ACT tools that link against the core ACT library can be built using the standard Makefile setup in the act repo. Unless otherwise specified in the README, the way to build an ACT tool is:
-
Set the environment variable ACT_HOME to the install directory for the core ACT library (see ACT build instructions)
-
If there is a
configure
script in the main directory, run./configure
-
If there is a
build.sh
script in the main directory, run./build.sh
to build and install the files; otherwise, runmake depend
, followed bymake
to build the tools, followed bymake install
to install the files in the ACT_HOME install directory.
More detailed documentation is available here: http://avlsi.csl.yale.edu/act/
A first ACT tutorial: http://avlsi.csl.yale.edu/act/doku.php?id=tutorial:start