need to install capstone with homebrew

This commit is contained in:
Ned Williamson 2015-11-02 00:26:28 -05:00
parent c0a56967f4
commit 261b79c124

View File

@ -38,7 +38,7 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
if [ $(brew > /dev/null; echo $?) == 1 ]; then
echo "Installing OS X dependencies"
brew update
brew install python
brew install python capstone
pip install virtualenv
cd tracers
./pin_build.sh