Skip to content

Add macOS installation instructions to README #5502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ already have these, if not please download and run vcredist.x64.exe from
[Microsoft](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) to install them prior to running
cbmc.

### macOS

For macOS there is a [Homebrew](https://brew.sh) package
[available](https://formulae.brew.sh/formula/cbmc). Once you have installed
Homebrew, simply run

brew install cbmc

to install cbmc, or if you already have it installed via homebrew

brew upgrade cbmc

to get an up-to-date version.

Report bugs
===========

Expand Down