Releases: markrtuttle/cbmc
Releases · markrtuttle/cbmc
CBMC 5.15.0
This is the CBMC version 5.15.0.
MacOS
On MacOS, install CBMC using Homebrew with
brew install cbmc
Ubuntu
On Ubuntu, install CBMC by downloading the *.deb package below for your version of Ubuntu and install with one of
Ubuntu 16: dpkg -i cbmc-5.15.0~focal_amd64.deb
Ubuntu 18: dpkg -i cbmc_5.15.0~bionic_amd64.deb
Ubuntu 20: dpkg -i cbmc_5.15.0~xenial_amd64.deb
We assume you have gcc and g++ version 5.0 or higher installed.
Windows,
On Windows, install CBMC by downloading the *.msi installer below, double-clicking on the installer to run it, and adding the folder c:\program files\cbmc\bin
in your PATH environment variable.
From the command prompt, run
msiexec /i cbmc_5.15.0~vs2019_win64.msi
PATH="c:\program files\cbmc\bin";%PATH%
We assume you have Visual Studio 2019 installed. You can download and install the Visual Studio Community installer for free from Microsoft.