This repository defines the build environment for CosyVerif. It is used both for local installs, and to generate a Docker image usable in continuous integration tools.
To build the environment, use the following command:
./bin/install --help
Usage:
install [--prefix=PREFIX] [--lua=LUA_VERSION] [--in-ci]
The --in-ci
parameter is only used in continuous integration or automated
builds, to remove terminal colors.