git clone -b pldi https://github.com/lpzun/cuba.gitNote: The above command clones the
pldi
branch.
src
directory if you checked out the whole artifact (for installation, see below).g++
, clang
and cygwin
.
make cd bin ./cuba -hYou can use
make clean
to remove the object files. For a
thorough cleanup, which also removes the executable, use make
distclean
.
The Tutorial
tab contains more details about running the tool.
The documentation is automatically generated using doxygen. To (re-)generate the documentation, you must have doxygen installed on your machine. Assuming you have checked out the Artifact submission and entered the top-level directory,
cd doc
make
make clean