How to install abi-compliance-checker on Mac
What is “abi-compliance-checker” Package?
Checks binary and source compatibility for C/C++
For more details: http://ispras.linuxbase.org/index.php/ABI_compliance_checker
Installation
- Open Terminal by pressing
command+spacethen type terminal and hitEnterkey. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install abi-compliance-checker.
brew install abi-compliance-checker
Now, use abi-compliance-checker!