mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
need to install capstone with homebrew
This commit is contained in:
parent
c0a56967f4
commit
261b79c124
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user