Skip to content

Commit 0072f0f

Browse files
Merge pull request #5502 from hannes-steffenhagen-diffblue/doc/homebrew-instructions
Add macOS installation instructions to README
2 parents 2c7decc + 6fcd7a8 commit 0072f0f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ already have these, if not please download and run vcredist.x64.exe from
4343
[Microsoft](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) to install them prior to running
4444
cbmc.
4545

46+
### macOS
47+
48+
For macOS there is a [Homebrew](https://brew.sh) package
49+
[available](https://formulae.brew.sh/formula/cbmc). Once you have installed
50+
Homebrew, simply run
51+
52+
brew install cbmc
53+
54+
to install cbmc, or if you already have it installed via homebrew
55+
56+
brew upgrade cbmc
57+
58+
to get an up-to-date version.
59+
4660
Report bugs
4761
===========
4862

0 commit comments

Comments
 (0)