blob: 68da765e01e2b1439cfdb815f39c7265c8ca5cb3 [file] [log] [blame]
#!/bin/sh
brew update
if ! brew ls --version cmake &>/dev/null; then
brew install cmake
else
brew upgrade cmake
fi
brew install doxygen
brew install --build-from-source libusb
brew install libxml2